I would like to have my scrollbar on the right in the WebExtensions version.
The scrollbar appears on the right side, and the close buttons too
The scrollbar appears on the right side, and the close buttons on the left
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.
Most helpful comment
How about this?: