Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Move New Tab link to bottom of tabs #410

Open
paulri opened this issue Dec 24, 2018 · 3 comments
Open

Move New Tab link to bottom of tabs #410

paulri opened this issue Dec 24, 2018 · 3 comments

Comments

@paulri
Copy link

paulri commented Dec 24, 2018

Is there any CSS code (or any other tweak) that will move the New Tab button down to the bottom of the list of tabs on teh left? I am used to the new tab plus on the far right of tabs when they are on top, and conceptually I am always looking to the bottom of the list of tabs on the left, when I want to click on a new tab button. Can this be moved down? Also, if possible, is there any CSS code that can hide the "search tabs" and gear icon on that same new tab tab?

@ariasuni
Copy link
Contributor

It’s not possible to move the new tab button at the bottom of the sidebar at the moment.

However, you can hide the topmenu (and use ctrl+t to open new tabs).

@paulri
Copy link
Author

paulri commented Dec 28, 2018

OK thanks anyways. When I have my hand on my mouse, it is easier just to move to the new tab button. Over time, I will get used to it.

Other than this, I really like this extension. I tried another one this last week, but my browser got slow & laggy when more than a few tabs were loaded. With this one, I can have 15-20 tabs open and it is still very snappy.

@CharoSW
Copy link

CharoSW commented Feb 4, 2019

It is actually possible with the custom CSS box provided. in it you have to put:

#topmenu {
order: 2;
}

You can also remove the search box and settings icon via a similar method which is how I have it set out due to not needing to use them.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants