Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 141b532

Browse files
🔀 Fix vertical sidebar in fullscreen (#197)
Fixes extra space above the window on windows
1 parent 227fb1b commit 141b532

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎src/browser/themes/pulse/vertical_tabs.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
display: none;
1010
}
1111

12+
#navigator-toolbox-background[verticaltabs='true'] #titlebar {
13+
display: none;
14+
}
15+
1216
#browser #TabsToolbar {
1317
background-color: -moz-Dialog;
1418
max-width: 350px;
@@ -94,3 +98,7 @@
9498
16px + 2 * var(--inline-tab-padding) + 2 * var(--tab-block-margin)
9599
);
96100
}
101+
102+
:root[sizemode='fullscreen'] #browser #TabsToolbar {
103+
display: none;
104+
}

0 commit comments

Comments
 (0)