From e31a5e233620d642ca65be1aacd23c61f47a3223 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 16 Feb 2025 17:57:06 -0600 Subject: [PATCH] feat: removed buttonbox --- .../apps/browsers/firefox/config/themes/config/userChrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/gui/apps/browsers/firefox/config/themes/config/userChrome.css b/modules/home/gui/apps/browsers/firefox/config/themes/config/userChrome.css index ba839e4..6c3faa9 100755 --- a/modules/home/gui/apps/browsers/firefox/config/themes/config/userChrome.css +++ b/modules/home/gui/apps/browsers/firefox/config/themes/config/userChrome.css @@ -19,7 +19,7 @@ } .titlebar-buttonbox-container { - display: visible !important; + display: none !important; }