There's a dropdown next to the tab strip that shows all the tabs (and their titles/names) in a dropdown scrolling list.
Alternatively, the omnibar can search tabs, for the specific one you're looking for. Ctrl+Pageup/Pagedown (and Ctrl+tab) can also fine scrub through the tab strip.
You can also fix it with a custom userChrome.css, which lets you set the min and max tab width before they begin to scroll.
In other words you can make it so that if one or two tabs are open they take all the space and the more you open they all shrink equally up to a point.
To mitigate this you can go to about:config (write it in the address bar) and search for a setting called browser.tabs.tabMinWidth, I usually change the number to 20 (the default minimum width is like 70) and tabs are allowed to become roughly as narrow as in chrome. It's a much simpler and stabler option compared to custom CSS
13 Comments
lemmy_user_838586@lemmy.ml · 16 pts · 2y
joojmachine@lemmy.ml · 12 pts · 2y
Also really nice to see the ~10% performance improvement in some workflows in there
PHLAK@lemmy.world · 6 pts · 2y
Huh, not a feature I ever thought about but could be nice.
Carighan@lemmy.world · 6 pts · 2y
Oh awesome, been waiting for this!
1984@lemmy.today · 2 pts · 2y
I think a built in tab manager is a better idea. But we have a lot of plugins for that so guess it's OK.
RmDebArc_5@lemmy.ml · 2 pts · 2y
Definitively going to be useful. Iām just wondering if this will work with extensions like Adblock or Dark Reader?
Hobbes@startrek.website · 0 pts · 2y
Now fix the fact that I have too slowly scroll horizontally through all my tabs because they are individually too wide for the number I have open.
folkshore@sh.itjust.works · 11 pts · 2y
There's a dropdown next to the tab strip that shows all the tabs (and their titles/names) in a dropdown scrolling list.
Alternatively, the omnibar can search tabs, for the specific one you're looking for. Ctrl+Pageup/Pagedown (and Ctrl+tab) can also fine scrub through the tab strip.
Hobbes@startrek.website · 1 pts · 2y
Thanks. I know. It's still the major thing I miss since switching away from chrome. And the extensions available to solve this are severely lacking.
Samueru@lemmy.world · 3 pts · 2y
You can also fix it with a custom userChrome.css, which lets you set the min and max tab width before they begin to scroll.
In other words you can make it so that if one or two tabs are open they take all the space and the more you open they all shrink equally up to a point.
Hobbes@startrek.website · 1 pts · 2y
On ff?
Samueru@lemmy.world · 3 pts · 2y
librewolf, but should work on firefox.
Here is mine, it is very keyboard driven so it might not work for you, but you can copy the tab width settings: https://pastebin.com/f5AvQuJu
https://streamable.com/wj7iri
Hobbes@startrek.website · 1 pts · 2y
Thank you
deliriousn0mad@feddit.it · 1 pts · 2y
To mitigate this you can go to about:config (write it in the address bar) and search for a setting called
browser.tabs.tabMinWidth, I usually change the number to 20 (the default minimum width is like 70) and tabs are allowed to become roughly as narrow as in chrome. It's a much simpler and stabler option compared to custom CSS