mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 10:38:07 +01:00
Fix awkward status action bar layout changes (#2859)
This commit is contained in:
parent
f610fdd6e7
commit
437cecc965
1 changed files with 2 additions and 1 deletions
|
@ -1522,7 +1522,8 @@ body > [data-popper-placement] {
|
||||||
|
|
||||||
&__action-bar__button-wrapper {
|
&__action-bar__button-wrapper {
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
flex-grow: 1;
|
|
||||||
|
// glitch-soc: disable this for now; flex-grow: 1;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
|
|
Loading…
Reference in a new issue