From 6c32b53d096fb3dd7da85e2553b66d30944e4112 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Wed, 9 Oct 2024 11:37:20 -0700 Subject: [PATCH] :wrench: Adjusted firefox css no container tab --- firefox_preferences/chrome/userChrome.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firefox_preferences/chrome/userChrome.css b/firefox_preferences/chrome/userChrome.css index f998761b..3d94e963 100644 --- a/firefox_preferences/chrome/userChrome.css +++ b/firefox_preferences/chrome/userChrome.css @@ -87,3 +87,7 @@ toolbar > * { #unified-extensions-button .toolbarbutton-icon { list-style-image: url("chrome://global/skin/icons/arrow-right.svg") !important; } + +#alltabs-button { + display: none !important; +}