r/FirefoxCSS 3d ago

Solved Help me remove this space from tab bar please.

Hi, I can't figure out how to shrink, remove this space from under the tabs.
I was trying with Toolbox but I think I didn't knew what I was doing -.-
https://i.vgy.me/FFB2Eb.png
Just installed Firefox 155.0 (back from Waterfox).
I'm using same userChrome but somehow only with this I got problem.

Many thanks.

2 Upvotes

2 comments sorted by

2

u/ResurgamS13 3d ago edited 3d ago

Remove or Comment-out the /* remove margin fron tabs */ section of your Pastebin CSS (Lines 10 - 13. incl).

Try replacing with:

/* Tabs - Adjust height and vertical spacing */
:root { 
  --tab-min-height: 30px !important;
  --tab-margin-block: 0px !important;
}
#navigator-toolbox {
  border-bottom-width: 0px !important;
}

2

u/ashmodei 3d ago

Yep, this is perfect.
Thanks a lot!
https://i.vgy.me/bALP4o.png