this post was submitted on 15 Jun 2024
65 points (93.3% liked)

Firefox

17602 readers
572 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS
 

I use it all the time and have for years. Just seems like a weird feature to lock behind about.config and say it's not supported while they still support things like Pocket.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 3 months ago

Try following:

  • Find the directory of your Firefox profile folder in the filesystem.
  • In there, create a directory "chrome", if its not already.
  • In that "chrome" directory, create a file "userChrome.css", if its not already.
  • Add following code to the "userChrome.css" file:
.tabbrowser-tab {
  max-height: var(--tab-min-height) !important;
}
  • Restart Firefox and look if its better for you.