From 0454505cc6eeaac17d11eb7a73bc55472940897d Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 27 Jan 2025 14:21:05 -0500 Subject: [PATCH] Added styles to hide X button for whole browser window --- apptweaks/firefox/userChrome.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apptweaks/firefox/userChrome.css b/apptweaks/firefox/userChrome.css index d93aed5..504dc02 100644 --- a/apptweaks/firefox/userChrome.css +++ b/apptweaks/firefox/userChrome.css @@ -13,3 +13,9 @@ .tabbrowser-tab .tab-close-button { visibility: collapse !important; } +.titlebar-close { + display: none !important; +} +.titlebar-buttonbox-container { + padding-right: 50px !important; +}