From eb5a978e6f1de941fec2cbd97644036edcf52c38 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 30 Apr 2025 13:25:37 +0200 Subject: firefox: update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .mozilla/firefox/hibiki.default/chrome/userChrome.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.mozilla/firefox/hibiki.default/chrome/userChrome.css') 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; +} -- cgit 1.4.1