Remove old titlebar-placeholder rules

This commit is contained in:
MrOtherGuy 2020-09-14 11:17:17 +03:00
parent f500bcf685
commit 1cc9e2eb77
2 changed files with 4 additions and 5 deletions

View file

@ -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="compact"] #navigator-toolbox{ --uc-toolbar-height: 32px; }
:root[uidensity="touch"] #navigator-toolbox{ --uc-toolbar-height: 40px; } :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; --urlbar-container-height: var(--uc-toolbar-height) !important;
padding-block: 0 !important; padding-block: 0 !important;
} }
:root[uidensity=compact] #urlbar{ :root[uidensity="compact"] #urlbar{
--urlbar-toolbar-height: var(--uc-toolbar-height) !important; --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; } #tabbrowser-tabs{ --tab-min-height: var(--uc-toolbar-height) !important; }
/* This isn't useful when tabs start in the middle of the window */ /* 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 } .titlebar-spacer[type="pre-tabs"]{ display: none }
#navigator-toolbox > #nav-bar{ #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; } #urlbar-container:not(:hover) .urlbar-history-dropmarker{ margin-inline-start: -28px; }
/* Fix customization view */ /* 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; }

View file

@ -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; } #tabbrowser-tabs{ --tab-min-height: var(--uc-toolbar-height) !important; }
/* This isn't useful when tabs start in the middle of the window */ /* 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 } .titlebar-spacer[type="pre-tabs"]{ display: none }
#navigator-toolbox > #nav-bar{ #navigator-toolbox > #nav-bar{