Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to display close button at the right while scrollbar is on the right #1387

Closed
Smile4ever opened this issue Sep 28, 2017 · 5 comments

Comments

@Smile4ever
Copy link

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
@piroor
Copy link
Owner

piroor commented Sep 28, 2017

How about this?:

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

@stefanct
Copy link

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?

@Smile4ever
Copy link
Author

@stefanct No, in the options of the addon.

@stefanct
Copy link

@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?

@piroor
Copy link
Owner

piroor commented May 1, 2019

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

@piroor piroor closed this as completed May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants