Tab min-width – now optional
Thanks to @DeathMurderGod for the PR (#20) and the idea to let tabs shrink narrower before overflow scrolling kicks in.
Merged with two small adjustments:
- Aligned the selector with the existing tab-width rules, so the min-width no longer fights collapsed tab groups or applies during the close animation.
- Made it opt-in: the default keeps Firefox's usual behavior (76px). If you want narrower tabs, just lower
--uc-tab-min-widthin the config, e.g. to36px.
--uc-tab-min-width: 76px; /* lower to e.g. 36px to fit more tabs */