diff options
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; +} |