summary refs log tree commit diff
path: root/.mozilla/firefox/hibiki.default/chrome/userChrome.css
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2025-04-30 13:25:37 +0200
committerRobert Günzler <r@gnzler.io>2025-04-30 13:25:37 +0200
commiteb5a978e6f1de941fec2cbd97644036edcf52c38 (patch)
tree4e8659c2b6a3cf46cd106a968969dc63a9f0d907 /.mozilla/firefox/hibiki.default/chrome/userChrome.css
parenta81679c279e780afa95f2864f83906d09a755fb1 (diff)
firefox: update
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.mozilla/firefox/hibiki.default/chrome/userChrome.css')
-rw-r--r--.mozilla/firefox/hibiki.default/chrome/userChrome.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/.mozilla/firefox/hibiki.default/chrome/userChrome.css b/.mozilla/firefox/hibiki.default/chrome/userChrome.css
index ef1a5d2..6d2d27c 100644
--- a/.mozilla/firefox/hibiki.default/chrome/userChrome.css
+++ b/.mozilla/firefox/hibiki.default/chrome/userChrome.css
@@ -43,6 +43,11 @@
     display: none !important;
 }
 
+.titlebar-spacer[type="pre-tabs"],
+.titlebar-spacer[type="post-tabs"] {
+    width: 0 !important;
+}
+
 /* = RADIUS STUFF ========================================================== */
 
 /* Makes urlbar and many other things sharper on the edges */
@@ -90,3 +95,13 @@ statuspanel {
     /*removes thin space at the top of window*/
     border-top: none !important;
 }
+
+/*spacer cannot be removed via customize, do this instead*/
+#nav-bar toolbarspring {
+    min-width: 0 !important;
+    flex-grow: 0 !important;
+}
+
+.titlebar-spacer {
+    width: 0 !important;
+}