diff --git a/.config/firefox/chrome/userChrome.css b/.config/firefox/chrome/userChrome.css index 7e95ab1..106c170 100644 --- a/.config/firefox/chrome/userChrome.css +++ b/.config/firefox/chrome/userChrome.css @@ -1,3 +1,7 @@ #TabsToolbar { - visibility: collapse; + padding: 6px 0 !important; +} + +.toolbar-items { + display: none !important; }