Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

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

Tìm hiểu thêm

tab width

  • 2 trả lời
  • 1 gặp vấn đề này
  • 9 lượt xem
  • Trả lời mới nhất được viết bởi JimBob

more options

OK folks, I updated Firefox from older ESR and now cannot change tab width. I have tried about:config/tab min and tab max. I have tried CSS .tabbrowser-tab:not([pinned]) { max-width: 100px !important; min-width: 50px !important; None of these work. Suggestions?

OK folks, I updated Firefox from older ESR and now cannot change tab width. I have tried about:config/tab min and tab max. I have tried CSS .tabbrowser-tab:not([pinned]) { max-width: 100px !important; min-width: 50px !important; None of these work. Suggestions?

Tất cả các câu trả lời (2)

more options

There is a pref to set the min-width.

  • browser.tabs.tabMinWidth

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
more options

Also did that, they are smaller as I wanted but.....

This led to unexpected behavior with a few tabs on the left, a few on the right and the + (open a new tab) anywhere from the center to the right side depending on how many tabs are open.