Browse Source

Firefox: Fix hiding of the tabbar

wayland
Riyyi 3 weeks ago
parent
commit
b473dbbe74
  1. 2
      .mozilla/firefox/dotfiles.profile/chrome/userChrome.css

2
.mozilla/firefox/dotfiles.profile/chrome/userChrome.css

@ -1,7 +1,7 @@
@-moz-document url(chrome://browser/content/browser.xhtml) { @-moz-document url(chrome://browser/content/browser.xhtml) {
/* Hide Firefox top tab bar */ /* Hide Firefox top tab bar */
#TabsToolbar { #TabsToolbar {
visibility: hidden !important; display: none !important;
} }
/* Remove titlebar */ /* Remove titlebar */

Loading…
Cancel
Save