traxium / tabtree

Tab Tree extension for Firefox
https://addons.mozilla.org/en-US/firefox/addon/tab-tree/
GNU General Public License v3.0
144 stars 30 forks source link

[Option] Set width manually / store tab width #177

Open Cardridge opened 7 years ago

Cardridge commented 7 years ago

Looking up the issue tracker, this same subject has been brought up by https://github.com/traxium/tabtree/issues/14 already. It doesn't seem to work anymore. Is it possible to just give another option to manually set the default width to work around this issue?

Sporif commented 7 years ago

Use Stylish:

#tt {
    min-width: 300px;
    max-width: 300px;
  }

Just change 300 to whatever you want.

Cardridge commented 7 years ago

I guess this works as well with userChrome.css. It would still be nice if the selected width would be stored by the addon.