this post was submitted on 27 Jul 2023
1186 points (96.5% liked)
Technology
59197 readers
3770 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I did set the tabMinWidth first, but the result was... lackluster... to say the least (I like having ~50-100 tabs per window....). However, I JUST found out about userChrome.css before you wrote, and also found code that worked for it!
For anyone else interested:
Guide on creating the userChrome.css file: https://www.userchrome.org/how-create-userchrome-css.html
Code that should be added to the file: .tabbrowser-tab { min-width: 1em !important; clip-width: 1em !important; }