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

hiding horizontal tabs

  • 2 odpovede
  • 1 má tento problém
  • 33 zobrazení
  • Posledná odpoveď od cor-el

more options

I like to use tree tabs/vertical tabs add-ons, but one thing is interepting the experiance is that it's default tabs(horizontal) and i want to hide it but how?

I like to use tree tabs/vertical tabs add-ons, but one thing is interepting the experiance is that it's default tabs(horizontal) and i want to hide it but how?

Všetky odpovede (2)

more options

Hi

I do not believe that is possible at the currently time, but is something that may be considered for inclusion in a future update.

more options

You can use code in userChrome.css to hide the Tab bar if you only want to have the vertical tabs in the sidebar.

#TabsToolbar { display:none!important; }

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.

  • toolkit.legacyUserProfileCustomizations.stylesheets = true