Skip to content

Commit

Permalink
πŸ’„ Add gap to GTK csd
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Apr 19, 2024
1 parent 770da49 commit 2b6b6a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/csd/content/browser-window-controls.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ browser-window-controls[hidden] {
}

@media (-moz-gtk-csd-available) {

/* Add a gap when using GTK csd, Gecko no longer does this for us */
browser-window-controls {
gap: 5px;
}

@media (-moz-gtk-csd-minimize-button) {
browser-window-controls .control-min {
appearance: auto;
Expand Down

0 comments on commit 2b6b6a4

Please sign in to comment.