Hacker News new | past | comments | ask | show | jobs | submit login

Do I have to install an add on to get narrow tabs?

This is like the 3rd or 4th time that minimum tab width settings have been changed. I understand the motivation to change the experience for the typical user. I don't understand the constant churn in what is customizable. If I customized the location of the reload/stop button last time it was moved, is the thought really that I won't want to this time?

I guess there is some argument about the amount of code that needs to be maintained, but if things go the way they go, there will be incremental changes for a year or 2 now, and then a big jarring shift to the new thing that is more fashionable.




You could use the Custom Tab Width extension https://addons.mozilla.org/en-US/firefox/addon/custom-tab-wi... Or, you could make a UserChrome.css file in your profile directory and put this in it (edited):

  /*
   * Do not remove the @namespace line -- it's required for correct functioning
   */
  @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */

  .tabbrowser-tab:not([pinned]) {
    max-width: 250px !important;
    min-width: 100px !important;
  }
  .tabbrowser-tab:not([fadein]) {
    max-width: 1px !important;
    min-width: 1px !important;
    max-width: 1px;
    min-width: 1px;
  }
From https://bugzilla.mozilla.org/show_bug.cgi?id=574654


As it turns out, I have that, I didn't consider that I was in safe mode when I posted the complaint.


How do I change it back? I can't seem to reposition it on the address bar :S


I don't know!

I guess the new thing is that they want anything they don't think is a primary feature in an add on, so I expect that's what it will take.

It was just another change to complain about.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: