make #tab-notification-deck always be closest "toolbar" to content

This commit is contained in:
MrOtherGuy
2021-11-06 22:23:29 +02:00
parent 1a9cbceb7c
commit fe534d6224
3 changed files with 13 additions and 6 deletions

View File

@@ -28,11 +28,13 @@ See the above repository for updates as well as full license text. */
@media (-moz-os-version: windows-win7),(-moz-os-version: windows-win10){
:root[sizemode="maximized"]{ --multirow-top-padding: 8px }
}
:root[uidensity="compact"]{--multirow-toolbar-height: 32px}
:root[uidensity="compact"]{--multirow-toolbar-height: 34px}
:root{ border-top-width: 0px !important }
#main-window > body > box,
#navigator-toolbox{ -moz-box-ordinal-group: 2; border-bottom: 0px !important }
#tab-notification-deck{ -moz-box-ordinal-group: 0 }
#titlebar{-moz-appearance: none !important; } /* Try setting to "-moz-window-titlebar" if you face issues */
@@ -45,6 +47,7 @@ See the above repository for updates as well as full license text. */
width: calc(100vw - 30px);
top: var(--multirow-top-padding);
}
#nav-bar-customization-target{ -webkit-box-flex: 1 }
:root[inFullscreen] #nav-bar,
:root[tabsintitlebar] #nav-bar{
margin-right: 138px;