centered statuspanel: remove min-width from statuspanel when loading

Firefox gives min-width as inline style to the statuspanel while page is
loading
pull/299/head
MrOtherGuy 1 year ago
parent 26489fc1f8
commit d9ed3a66b6

@ -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;

Loading…
Cancel
Save