From 1cc9e2eb7734321239dd87ff8f5cf84bee8cd4d9 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Mon, 14 Sep 2020 11:17:17 +0300 Subject: [PATCH] Remove old titlebar-placeholder rules --- chrome/navbar_tabs_oneliner.css | 8 ++++---- chrome/navbar_tabs_responsive_oneliner.css | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/chrome/navbar_tabs_oneliner.css b/chrome/navbar_tabs_oneliner.css index 96e0ebd..b11dd9c 100644 --- a/chrome/navbar_tabs_oneliner.css +++ b/chrome/navbar_tabs_oneliner.css @@ -18,11 +18,11 @@ 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{ +:root[uidensity="compact"] #urlbar-container{ --urlbar-container-height: var(--uc-toolbar-height) !important; padding-block: 0 !important; } -:root[uidensity=compact] #urlbar{ +:root[uidensity="compact"] #urlbar{ --urlbar-toolbar-height: var(--uc-toolbar-height) !important; } @@ -39,7 +39,7 @@ urlbar_full_width.css is VERY MUCH recommended for Firefox 71+ because of new ur #tabbrowser-tabs{ --tab-min-height: var(--uc-toolbar-height) !important; } /* This isn't useful when tabs start in the middle of the window */ -.titlebar-placeholder[type="pre-tabs"], + .titlebar-spacer[type="pre-tabs"]{ display: none } #navigator-toolbox > #nav-bar{ @@ -63,4 +63,4 @@ urlbar_full_width.css is VERY MUCH recommended for Firefox 71+ because of new ur #urlbar-container:not(:hover) .urlbar-history-dropmarker{ margin-inline-start: -28px; } /* Fix customization view */ -#customization-panelWrapper > .panel-arrowbox > .panel-arrow{ margin-inline-end: initial !important; } +#customization-panelWrapper > .panel-arrowbox > .panel-arrow{ margin-inline-end: initial !important; } \ No newline at end of file diff --git a/chrome/navbar_tabs_responsive_oneliner.css b/chrome/navbar_tabs_responsive_oneliner.css index 635095c..91c4446 100644 --- a/chrome/navbar_tabs_responsive_oneliner.css +++ b/chrome/navbar_tabs_responsive_oneliner.css @@ -31,7 +31,6 @@ See the above repository for updates as well as full license text. */ #tabbrowser-tabs{ --tab-min-height: var(--uc-toolbar-height) !important; } /* This isn't useful when tabs start in the middle of the window */ - .titlebar-placeholder[type="pre-tabs"], .titlebar-spacer[type="pre-tabs"]{ display: none } #navigator-toolbox > #nav-bar{