Hide tab bar

This commit is contained in:
2024-08-10 19:09:20 -04:00
parent 7aa3a8e1e7
commit 250043ee18

6
userChrome.css Normal file
View File

@@ -0,0 +1,6 @@
@-moz-document url("chrome://browser/content/browser.xhtml") {
#TabsToolbar {
visibility: collapse !important;
margin-bottom: 21px !important;
}
}