Skip Navigation

Why is compact mode 'not supported'?

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.

37 comments
  • The people who make it their business to go through Firefox looking for features to remove almost got it, but the public outcry against its complete removal seems to have deterred them for now.

  • It may break a future update...maybe 🤷‍♂️

    In about:config look up userChrome.CompactContextMenu-Enabled and set it to true to enable the setting. When enable Compact (not supported) under Density option in Customize Toolbar panel.

  • 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:
     css
        
    .tabbrowser-tab {
      max-height: var(--tab-min-height) !important;
    }
    
      
    • Restart Firefox and look if its better for you.
37 comments