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

@@ -12,7 +12,7 @@
height: 100vh;
width: 30px;
}
:root:not([customizing]) > #navigator-toolbox{ margin-top: var(--tab-min-height) }
:root:not([customizing]) #navigator-toolbox{ margin-top: var(--tab-min-height) }
#TabsToolbar:not([customizing]){
position: fixed;
@@ -47,4 +47,4 @@
background-color: var(--lwt-accent-color)
}
:root:not([inDOMFullscreen]) > #content-deck,:root:not([inDOMFullscreen]) > #browser{ margin-right: 30px }
:root:not([inDOMFullscreen]) > #content-deck,:root:not([inDOMFullscreen]) #browser{ margin-right: 30px }