Skip to content

Commit 2b6b6a4

Browse files
committed
💄 Add gap to GTK csd
1 parent 770da49 commit 2b6b6a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎components/csd/content/browser-window-controls.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ browser-window-controls[hidden] {
3333
}
3434

3535
@media (-moz-gtk-csd-available) {
36+
37+
/* Add a gap when using GTK csd, Gecko no longer does this for us */
38+
browser-window-controls {
39+
gap: 5px;
40+
}
41+
3642
@media (-moz-gtk-csd-minimize-button) {
3743
browser-window-controls .control-min {
3844
appearance: auto;

0 commit comments

Comments
 (0)