Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

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

  • 3 odpovede
  • 1 má tento problém
  • 1 zobrazenie
  • Posledná odpoveď od 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.

Vybrané riešenie

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.

Čítať túto odpoveď v kontexte 👍 0

Všetky odpovede (3)

more options

Vybrané riešenie

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.