From 44cf945dfdd0a761b6d3259f1ba908d605512258 Mon Sep 17 00:00:00 2001 From: pfych Date: Fri, 11 Jul 2025 10:34:02 +1000 Subject: [PATCH] Firefox userChrome for MacOS --- .config/firefox/chrome/userChrome.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; }