eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

Move New Tab link to bottom of tabs #410

Open paulri opened 5 years ago

paulri commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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.