Blog: firefox

Firefox - Resize of Tab text height by CSS? Really??

I found a way to change the height of the tab text of firefox. Check both screenshots to see the difference. If necessary, create a ~/.mozilla/firefox/BLABLABLA.default/"chrome" folder and create the userChrome.css with this code:

:root {
--tab-min-height: 15px !important;
}



SMALL

BIG