Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Vertical tabs, change in userChrome.css - (1) Reduce height (2) Remove borders

  • Kòsí àwọn èsì
  • 0 ní àwọn ìṣòro yìí
  • 6 views
more options

Hi, I wanted to reduce height of tabs and remove borders in file userChrome.css.

So far this works for height, but was wanting to know if a negative value can be used to reduce further, Also tried some code to remove radius but it didn't work. Remove radius for selected tab and also hover on tab.

/* REDUCE HEIGHT OF TABS (VERTICAL TABS) */ .tabbrowser-tab { min-height: var(--tab-min-height) !important; max-height: var(--tab-min-height) !important; }

Hi, I wanted to reduce height of tabs and remove borders in file userChrome.css. So far this works for height, but was wanting to know if a negative value can be used to reduce further, Also tried some code to remove radius but it didn't work. Remove radius for selected tab and also hover on tab. '''/* REDUCE HEIGHT OF TABS (VERTICAL TABS) */ .tabbrowser-tab { min-height: var(--tab-min-height) !important; max-height: var(--tab-min-height) !important; }'''
Ìsopọ̀ yíyà aṣàfihàn

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.