mut-ex / minimal-functional-fox

A minimal, yet functional Firefox userChrome configuration.
MIT License
722 stars 66 forks source link

Weird space beneath tab bar #11

Closed rojnwa closed 4 years ago

rojnwa commented 4 years ago

After updating the theme I'm getting some weird 'bar' beneath my tabs. My desktop resolution is 1366x768 in case that helps you in any way.

pic-full-200109-1253-41

schwopo commented 4 years ago

I am having the same issue at 1080p

Ghoul2077 commented 4 years ago

Try editing userChrome.css and put --tabs-container-height: 100px; This will probably fix it up

rojnwa commented 4 years ago

Try editing userChrome.css and put --tabs-container-height: 100px; This will probably fix it up

This worked (actually I'm preferring 90 instead of 100). Still kinda confused why it's so big in the first place.

mut-ex commented 4 years ago

Try editing userChrome.css and put --tabs-container-height: 100px; This will probably fix it up

This worked (actually I'm preferring 90 instead of 100). Still kinda confused why it's so big in the first place.

I chose the values based on what made everything look best on my setup (I have a 2560x1440 display). The screenshot in the README shows what it looks like for me with the current userChrome. It isn't one size fits all and you should feel free to tweak things to your liking :)