Browse Source

Firefox: Fix hiding of the tabbar

wayland
Riyyi 2 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) {
/* Hide Firefox top tab bar */
#TabsToolbar {
visibility: hidden !important;
display: none !important;
}
/* Remove titlebar */

Loading…
Cancel
Save