tabtree icon indicating copy to clipboard operation
tabtree copied to clipboard

[Option] Set width manually / store tab width

Open Cardridge opened this issue 8 years ago • 2 comments

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?

Cardridge avatar Nov 15 '16 16:11 Cardridge

Use Stylish:

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

Just change 300 to whatever you want.

Sporif avatar Nov 20 '16 08:11 Sporif

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

Cardridge avatar Nov 20 '16 16:11 Cardridge