TL;DR
option to turn off / hide this?
http://i.imgur.com/eQP7Bx2.png
I am probably switching from opera to firefox and Tree-style-tabs are important in this transition since I am accustom to tabs on the right side.
They are superior in preferences and features compared to the native tabs in opera, but I really dislike the new tab button at the end of the list.
You can move the new tab button to different places, check this for instructions.
You can place it before the first tab (so it's a static position), or drag it into the customize toolbar window to remove it from view.
AWESOME
thnx
Maybe the text on the help page has changed, and/or maybe the method to hide the new tab button has changed, or maybe I'm getting this wrong, but I'm not seeing a way to remove the new tab button from the tst sidebar by using the Customize method. The sidebar disappears in that mode. I have tried disabling the chrome css that hides the top tabs and sidebar header, but to no change. Might there be something I am missing? Thanks!
Have you tried this? https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#hide-the-new-tab-button-at-the-bottom-edge-of-the-tab-bar-1591
I hadn't before, but I have now and I still see the new tab button. Hmm. Edit: i threw in an !important, but I still see the new tab button :/
Hmm ... I just tried it and it worked for me. Did you place this in the TST "extra style rules" section?
.newtab-button-box {
display: none;
}
#tabbar {
bottom: 0 !important; /* Eliminate dead space on bottom */
}
Bingo, silly me, I was putting it in my profile chrome css. Problem now resolved, thanks :)
Most helpful comment
Bingo, silly me, I was putting it in my profile chrome css. Problem now resolved, thanks :)