From d9ed3a66b6cbe6c5b0f0beb6a5ea2e3a938f5219 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Thu, 11 May 2023 06:06:15 +0300 Subject: [PATCH] centered statuspanel: remove min-width from statuspanel when loading Firefox gives min-width as inline style to the statuspanel while page is loading --- chrome/centered_statuspanel.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/centered_statuspanel.css b/chrome/centered_statuspanel.css index f6cee58..4fd893a 100644 --- a/chrome/centered_statuspanel.css +++ b/chrome/centered_statuspanel.css @@ -6,6 +6,7 @@ See the above repository for updates as well as full license text. */ justify-self: center !important; padding-top: 0 !important; inset-inline: auto !important; + min-width: unset !important; } #statuspanel-label{ border-width: 1px 1px 0px 1px !important;