diff options
| author | Robert Günzler <r@gnzler.io> | 2025-04-30 13:25:37 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2025-04-30 13:25:37 +0200 |
| commit | eb5a978e6f1de941fec2cbd97644036edcf52c38 (patch) | |
| tree | 4e8659c2b6a3cf46cd106a968969dc63a9f0d907 /.mozilla/firefox/hibiki.default/chrome/userChrome.css | |
| parent | a81679c279e780afa95f2864f83906d09a755fb1 (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.css | 15 |
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; +} |