Remove child combinators between :root and toolbox & browser

This commit is contained in:
MrOtherGuy
2019-11-11 17:23:33 +02:00
parent 21eabcfc38
commit 993d439c57
12 changed files with 23 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ linux_gtk_window_control_patch.css
display: -moz-box !important;
}
:root[inFullscreen] > #navigator-toolbox:not(:hover) .titlebar-buttonbox-container{ display: none !important; }
:root[inFullscreen] #navigator-toolbox:not(:hover) .titlebar-buttonbox-container{ display: none !important; }
:root[uidensity="compact"] .titlebar-buttonbox-container{ height: 32px }
.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }
@@ -32,12 +32,12 @@ linux_gtk_window_control_patch.css
#titlebar{ -moz-appearance: none !important; }
/* Counteract -moz-appearance when maximized */
:root[sizemode="maximized"] > #navigator-toolbox{ padding-top: 8px !important; }
:root[sizemode="maximized"] #navigator-toolbox{ padding-top: 8px !important; }
:root[sizemode="maximized"] #toolbar-menubar:not([autohide="false"]) .titlebar-buttonbox-container{ top: 8px }
/* Move tabs below content */
:root:not([inDOMFullscreen]) #content-deck,
:root:not([inDOMFullscreen]) > #browser{ margin-bottom: var(--tab-min-height) }
:root:not([inDOMFullscreen]) #browser{ margin-bottom: var(--tab-min-height) }
#TabsToolbar{ position: fixed; display: block; bottom: 0px; width: 100vw; height: var(--tab-min-height) }
#TabsToolbar-customization-target{ width: 100vw; }