From b473dbbe7472586644c1a962dc0f22769adb5c05 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sat, 15 Mar 2025 20:06:03 +0100 Subject: [PATCH] Firefox: Fix hiding of the tabbar --- .mozilla/firefox/dotfiles.profile/chrome/userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css b/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css index c63cb99..8e380ae 100644 --- a/.mozilla/firefox/dotfiles.profile/chrome/userChrome.css +++ b/.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 */