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

@@ -16,8 +16,8 @@ Window controls will be all wrong without it
--uc-toolbar-height: 40px;
}
/* Override for other densities */
:root[uidensity="compact"] > #navigator-toolbox{ --uc-toolbar-height: 32px; }
:root[uidensity="touch"] > #navigator-toolbox{ --uc-toolbar-height: 40px; }
:root[uidensity="compact"] #navigator-toolbox{ --uc-toolbar-height: 32px; }
:root[uidensity="touch"] #navigator-toolbox{ --uc-toolbar-height: 40px; }
#TabsToolbar{ margin-left: var(--uc-navigationbar-width); }
#tabbrowser-tabs{ --tab-min-height: var(--uc-toolbar-height) !important; }