centered statuspanel: remove min-width from statuspanel when loading

Firefox gives min-width as inline style to the statuspanel while page is
loading
This commit is contained in:
MrOtherGuy
2023-05-11 06:06:15 +03:00
parent 26489fc1f8
commit d9ed3a66b6

View File

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