remove unnecessary urlbar size variables
This commit is contained in:
parent
1cc9e2eb77
commit
96f42f61de
1 changed files with 0 additions and 8 deletions
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue