Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

hiding horizontal tabs

  • 2 ответа
  • 1 имеет эту проблему
  • 20 просмотров
  • Последний ответ от 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?

Все ответы (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