From 9a96f3c5bf942a53cc2f282960e4266b9940e03e Mon Sep 17 00:00:00 2001 From: fox Date: Tue, 7 Mar 2023 04:19:42 +0000 Subject: [PATCH] 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 --- src/components/status/status.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/status/status.scss b/src/components/status/status.scss index 8b8b2add..2c850c92 100644 --- a/src/components/status/status.scss +++ b/src/components/status/status.scss @@ -308,6 +308,7 @@ > * { min-width: fit-content; + max-width: 3em; flex: 1; } }