
Vertical tabs, change in userChrome.css - (1) Reduce height (2) Remove borders
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; }