Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

hiding horizontal tabs

  • 2 trả lời
  • 1 gặp vấn đề này
  • 34 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Tất cả các câu trả lời (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