diff --git a/chrome/navbar_tabs_oneliner.css b/chrome/navbar_tabs_oneliner.css index 739a406..11600d6 100644 --- a/chrome/navbar_tabs_oneliner.css +++ b/chrome/navbar_tabs_oneliner.css @@ -4,6 +4,8 @@ /* Get window_control_placeholder_support.css Window controls will be all wrong without it + +urlbar_full_width.css is VERY MUCH recommended for Firefox 71+ because of new urlbar popup */ @@ -16,6 +18,14 @@ Window controls will be all wrong without it :root[uidensity="compact"] > #navigator-toolbox{ --uc-toolbar-height: 32px; } :root[uidensity="touch"] > #navigator-toolbox{ --uc-toolbar-height: 40px; } +:root[uidensity=compact] #urlbar-container.megabar{ + --urlbar-container-height: var(--uc-toolbar-height) !important; + padding-block: 0 !important; +} +:root[uidensity=compact] #urlbar.megabar{ + --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: 1100px){