Make windows specific extra top margin only apply with [tabsintitlebar]

This commit is contained in:
MrOtherGuy
2022-01-02 09:37:20 +02:00
parent 8850c63fc9
commit 1fe5d315c0
8 changed files with 18 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ See the above repository for updates as well as full license text. */
--multirow-tab-dynamic-width: 1; /* Change to 0 for fixed-width tabs using the above width. */
}
@media (-moz-os-version: windows-win7),(-moz-os-version: windows-win10){
:root[sizemode="maximized"]{ --multirow-top-padding: 8px }
:root[tabsintitlebar][sizemode="maximized"]{ --multirow-top-padding: 8px }
}
:root[uidensity="compact"]{--multirow-toolbar-height: 34px}
:root{ border-top-width: 0px !important }
@@ -53,7 +53,6 @@ See the above repository for updates as well as full license text. */
margin-right: 138px;
/* width == 100vw - margins */
width: calc(100vw - 168px);
top: var(--multirow-top-padding);
}
:root[inFullscreen] #TabsToolbar > #window-controls{