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

Learn More

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

hiding horizontal tabs

  • 2 antwoorden
  • 1 heeft dit probleem
  • 22 weergaven
  • Laatste antwoord van 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?

Alle antwoorden (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