Skip to content

Commit 437cecc

Browse files
Fix awkward status action bar layout changes (glitch-soc#2859)
1 parent f610fdd commit 437cecc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/javascript/flavours/glitch/styles/components.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,8 @@ body > [data-popper-placement] {
15221522

15231523
&__action-bar__button-wrapper {
15241524
flex-basis: 0;
1525-
flex-grow: 1;
1525+
1526+
// glitch-soc: disable this for now; flex-grow: 1;
15261527

15271528
&:last-child {
15281529
flex-grow: 0;

0 commit comments

Comments
 (0)