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”.

Learn More

How to make tabs not so tall in Firefox 70?

  • 4 odpovede
  • 1 má tento problém
  • 22 zobrazení
  • Posledná odpoveď od OneMoreName

more options

Firefox 70 has made the tab hight taller, and now they overlap the window frame on my computer (Win 7). How do I get them back to their size in Firefox 69 and stop them from eating into the frame? CSS is fine.

Firefox 70 has made the tab hight taller, and now they overlap the window frame on my computer (Win 7). How do I get them back to their size in Firefox 69 and stop them from eating into the frame? CSS is fine.

Vybrané riešenie

Did you try other Density settings via customize mode?

Were you using code in userChrome.css to modify the height of the Tab bar ?

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

Všetky odpovede (4)

more options

Vybrané riešenie

Did you try other Density settings via customize mode?

Were you using code in userChrome.css to modify the height of the Tab bar ?

more options

cor-el said

Did you try other Density settings via customize mode? Were you using code in userChrome.css to modify the height of the Tab bar ?

When I opened customize mode, the density option showed that "compact" was chosen already. Just from frustration I clicked "compact" again anyway. Then, unexpectedly, the tabs shrank -- they became shorter. Possibly the upgrade to 70 did not carry over the setting or keep it in effect. The tabs still intrude into the window frame, but leave about half of the frame uncovered. This is much better visually, and I can live with it, but if you have a CSS suggestion that would shrink the whole tab bar so it did not enter the window frame I would welcome it.

Upravil(a) OneMoreName dňa

more options

There is a Drag Space setting in customize mode to make it possible to drag the Window instead of dragging the tabs around. This works differently with the title bar and menu bar hidden (i.e. tab are drawn in the title bar).

more options

I have found a CSS element that is going to work.

  1. TabsToolbar .tabbrowser-tab { margin-top: 8px !important; )

The "8px" will be tuned up in a while -- just verifying that it has an effect.

Thanks.