hide space above tabs when maximised
This commit is contained in:
parent
d22f61f1e7
commit
3c71a8fd34
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue