Skip to content

Commit

Permalink
Improve style on macOS (closes #182)
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Jul 31, 2022
1 parent a37f5c5 commit fdf04ca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions native/userchrome/profile/chrome/pwa/content/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@
}
}

/* Improve icon bar style on macOS */

@media (-moz-platform: macos) {
.site-info {
justify-content: center;
}

.titlebar-spacer[type="post-tabs"] {
width: 0 !important;
}
}

/* Hide titlebar when the icon bar is hidden */

#titlebar[autohide] {
Expand Down

0 comments on commit fdf04ca

Please sign in to comment.