aboutsummaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-12-07 12:05:25 +0100
committerMartin Fischer <martin@push-f.com>2025-12-07 13:26:03 +0100
commit705a16aa3c345f9b4e1c0fdd032f498e906a8f01 (patch)
tree5aa32ca88c40a70daa6c206cf627e77fe41f19bd /user
parent756f21e959e48c53a7685fa1431e68b0c78b7231 (diff)
tweak(workstation): tune Firefox preferences
Diffstat (limited to 'user')
-rw-r--r--user/mozilla/firefox/userChrome.css7
1 files changed, 7 insertions, 0 deletions
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;
+}