Use the same 1.15em font-size for status as what Firefox uses for url

This commit is contained in:
MrOtherGuy 2020-08-09 13:03:54 +03:00
parent 90317cc59b
commit b96f1b9555

View file

@ -55,7 +55,7 @@ As a workaround, the -moz-element background image is removed somewhat often whi
min-width: 1000px; min-width: 1000px;
background-color: var(--lwt-toolbar-field-background-color, hsla(0,0%,100%,.8)) !important; background-color: var(--lwt-toolbar-field-background-color, hsla(0,0%,100%,.8)) !important;
border: none !important; border: none !important;
font-size: inherit; font-size: 1.15em;
color: inherit !important; color: inherit !important;
margin-right: 0px !important; margin-right: 0px !important;
} }