mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2024-11-20 05:49:54 +01:00
unfuck status action div widths because someone thought to change them for no reason
Set status action button divs to max width 3em like in older akkoma versions so they align to the left again and don't try to take up the entire space and piss off mouse users by requiring them to move further
This commit is contained in:
parent
5084c2b202
commit
9a96f3c5bf
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
min-width: fit-content;
|
min-width: fit-content;
|
||||||
|
max-width: 3em;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue