remove unnecessary urlbar size variables

This commit is contained in:
MrOtherGuy 2020-09-14 11:17:49 +03:00
parent 1cc9e2eb77
commit 96f42f61de

View file

@ -18,14 +18,6 @@ urlbar_full_width.css is VERY MUCH recommended for Firefox 71+ because of new ur
:root[uidensity="compact"] #navigator-toolbox{ --uc-toolbar-height: 32px; }
:root[uidensity="touch"] #navigator-toolbox{ --uc-toolbar-height: 40px; }
:root[uidensity="compact"] #urlbar-container{
--urlbar-container-height: var(--uc-toolbar-height) !important;
padding-block: 0 !important;
}
:root[uidensity="compact"] #urlbar{
--urlbar-toolbar-height: var(--uc-toolbar-height) !important;
}
/* prevent urlbar overflow on narrow windows */
/* Dependent on how many items are in navigation toolbar ADJUST AS NEEDED */
@media screen and (max-width: 1400px){