Treestyletab: Add option to display close button at the right while scrollbar is on the right

Created on 28 Sep 2017  路  5Comments  路  Source: piroor/treestyletab

Short description

I would like to have my scrollbar on the right in the WebExtensions version.

Steps to reproduce

  1. Start Firefox with clean profile.
  2. Install TST.
  3. Open a lot of tabs

Expected result

The scrollbar appears on the right side, and the close buttons too

Actual result

The scrollbar appears on the right side, and the close buttons on the left

Environment

  • Platform (OS): Windows 10
  • Version of Firefox: 58 2017-09-27
  • Version (or revision) of Tree Style Tab: 2.0
WebExtensions

Most helpful comment

How about this?:

:root.right .tab .twisty {
  order: -1;
}
:root.right .tab .closebox {
  order: 10000;
}

All 5 comments

How about this?:

:root.right .tab .twisty {
  order: -1;
}
:root.right .tab .closebox {
  order: 10000;
}

I guess you meant this to go into userChrome.css, right? This does not change anything for me (FF 57.0 on Ubuntu). The very frustrating thing is that I can see the close buttons on the right side (figuratively and literally ;) shortly when I hit F1 to enable the TST side bar.

How to debug this? Is there something like chrome://browser/content/browser.xul for TST?

@stefanct No, in the options of the addon.

@Smile4ever thank you! A button to change it would be cool of course but I guess people will find this issue when they search for "how to relocate/move the close button of tabs to the right side" or something (because they might not be aware that TST is the culprit at all because they immediately install TST and hid the native tab bar ;)
Why did you change the position at all? I guess you prefer it that way?

I close this because outdated. Now TST has the option.

Was this page helpful?
0 / 5 - 0 ratings