Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

When tabs are to the right of the Firefox button, how do you lesson their height to match that of the button?

  • 3 antwoorden
  • 1 heeft dit probleem
  • 1 weergave
  • Laatste antwoord van user265866

more options

When Firefox is maximized, the empty space below the Firefox button is nearly 1/3 it's height.

In about:config, I see entries for specifying it's minimum and maximum width, like "browser.tabs.tabMinWidth", but none for it's height.

When Firefox is maximized, the empty space below the Firefox button is nearly 1/3 it's height. In about:config, I see entries for specifying it's minimum and maximum width, like "browser.tabs.tabMinWidth", but none for it's height.

Gekozen oplossing

The tab height is based on built-in style rules. You can override the built-in style rules by adding new style rules to a file named userChrome.css or using the Stylish add-on. (The advantage of using the Stylish extension is you do not need to restart Firefox to see the rules applied, so you can experiment more quickly.) Because the tab contains text, icons, and possibly a close button, it may take several rules to get the size the way you like it. I didn't see a recipe in my quick search, but I'm sure you can find some good suggestions if you dig around.

Dit antwoord in context lezen 👍 0

Alle antwoorden (3)

more options

Gekozen oplossing

The tab height is based on built-in style rules. You can override the built-in style rules by adding new style rules to a file named userChrome.css or using the Stylish add-on. (The advantage of using the Stylish extension is you do not need to restart Firefox to see the rules applied, so you can experiment more quickly.) Because the tab contains text, icons, and possibly a close button, it may take several rules to get the size the way you like it. I didn't see a recipe in my quick search, but I'm sure you can find some good suggestions if you dig around.

more options

Thanks!

I do have some entries in my userChrome that are still used but none relating to tabs. Anyway, I did find a solution in the Add-on "Hide Caption Titlebar Plus at " https://addons.mozilla.org/en-US/firefox/addon/hide-caption-titlebar-plus-sma/?src=userprofile

Note the Min, Max, & Close button is styled as a micro-mini that expands on mouse-over... Love it!

more options

Oh, and the orange Firefox menu button is also reduced to an "F" that still functions as always with a mouse-over.