Firefox: Fix hiding of the tabbar

This commit is contained in:
Riyyi
2025-03-15 20:06:03 +01:00
parent e1700384a8
commit b473dbbe74
@@ -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 */