Skip to content

2.2.4

Choose a tag to compare

@Firnschnee Firnschnee released this 03 Jun 18:43

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-width in the config, e.g. to 36px.
--uc-tab-min-width: 76px;   /* lower to e.g. 36px to fit more tabs */