hide space above tabs when maximised

This commit is contained in:
bmFtZQ 2021-12-04 19:33:36 +08:00
parent d22f61f1e7
commit 3c71a8fd34

View file

@ -22,6 +22,13 @@
--tab-block-margin: 0px !important;
}
/* hide space above tabs when maximised for non-macOS versions of Firefox */
@supports not -moz-bool-pref("layout.css.osx-font-smoothing.enabled") {
:root:is([inFullscreen], :not([tabsintitlebar]), [sizemode="maximized"]) #titlebar {
--tab-block-margin: 0px !important;
}
}
.tab-background {
border-radius: var(--tab-border-radius);
border-bottom-left-radius: 0 !important;