From 705a16aa3c345f9b4e1c0fdd032f498e906a8f01 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 7 Dec 2025 12:05:25 +0100 Subject: tweak(workstation): tune Firefox preferences --- user/mozilla/firefox/userChrome.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 user/mozilla/firefox/userChrome.css (limited to 'user') diff --git a/user/mozilla/firefox/userChrome.css b/user/mozilla/firefox/userChrome.css new file mode 100644 index 0000000..624b7d7 --- /dev/null +++ b/user/mozilla/firefox/userChrome.css @@ -0,0 +1,7 @@ +/* I don't need the window close button and it looks distracting. */ +.titlebar-buttonbox-container { + display: none; +} +.titlebar-spacer { + display: none; +} -- cgit v1.3.1