Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Learn More

How to reduce height of tabs toolbar below 28px?

  • 1 odgovor
  • 4 imaju ovaj problem
  • 4 prikaza
  • Posljednji odgovor od Tom2025

more options

I'm trying to reduce the heights of the various toolbars. I have reduced the height of the bookmarks bar to 18px by editing the userChrome.css file and selecting a compact layout, but I can't get the tabs bar below 28px. Actually, the BAR gets smaller, but the button for the current tab won't reduce below 28px. Attached is an screenshot of this. I've tried all the combinations of height and min-height elements for #TabsToolbar, .tabbrowser-tabs, .tab-text, .tab-throber, .tab-icon-image, .tab-close, .tab-close-button, etc, but nothing works. This is with firefox 57.0.1. What am I missing?

I'm trying to reduce the heights of the various toolbars. I have reduced the height of the bookmarks bar to 18px by editing the userChrome.css file and selecting a compact layout, but I can't get the tabs bar below 28px. Actually, the BAR gets smaller, but the button for the current tab won't reduce below 28px. Attached is an screenshot of this. I've tried all the combinations of height and min-height elements for #TabsToolbar, .tabbrowser-tabs, .tab-text, .tab-throber, .tab-icon-image, .tab-close, .tab-close-button, etc, but nothing works. This is with firefox 57.0.1. What am I missing?
Priložene slike ekrana

Svi odgovori (1)

more options

I have tried this custom CSS without success to change height:

  1. TabsToolbar { height: 20px !important; }

What is the CSS code to reduce the height of both TabsToolbar and Tabs? I want to remove padding to shrink the height.

Izmjenjeno od Tom2025