Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

how to reduce the length of the normal tab, not when with multiple tab?

  • 2 תגובות
  • 1 has this problem
  • 1 view
  • תגובה אחרונה מאת charles em...

more options

I would like the tab to have half of length and 2/3 height how I do?

I would like the tab to have half of length and 2/3 height how I do?

השתנתה ב־ על־ידי charles em...

כל התגובות (2)

more options

There is a pref to set the minimum width of a tab.

  • browser.tabs.tabMinWidth

You can open the about:config page via the location/address bar. You can click the button to "Accept the Risk and Continue".

You can reduce the height a bit if you select "Density: Compact" via the customize page.

more options

.tabbrowser-tab:not([pinned]) {max-width: 80px !important; min-width: 80px !important;}