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:
fox 2023-03-07 04:19:42 +00:00
parent 5084c2b202
commit 9a96f3c5bf

View file

@ -308,6 +308,7 @@
> * {
min-width: fit-content;
max-width: 3em;
flex: 1;
}
}