Lock resize?
Hello,
I'd like a way too lock the tabs, I have it set so it just shows the favicon like

and it works fine, but every now and then I accidentally click the resizer and resize it then I want and I have too readjust it.
Any thoughts?
Good idea. A temporary solution (e.g. for Stylish) is using this code:
#verticaltabs-splitter {
pointer-events: none;
}
Any ideas on how to add the ability to unlock it again, once the user decides they want to resize it? We'd need a button or something to indicate the user wants it locked and to indicate they want it unlocked. I don't see this being implemented in an easy-to-use way.
@ericawright You could add a tab context menu option for locking/unlocking.
Man, no-one discovers context-menus… 🙂
Well, Tree Style Tab has "fix position and width of tab bar" option by default.

Yes, Tree Style Tab has a lot of features aimed at more advanced users. We're trying to build something a little simpler with Tab Center.
@bwinton, what if we add a checkbox in about:addons->Extensions->Tab Center, much like the Reverse Tab Order one?
That seems like a long way to go to get to that functionality… (Ideally there would be something near the control itself.) I wonder if we could solve it by having an explicit grabby control that shows up when you hover over the tabs, and have that be the only way to resize? Then there would be an obvious place to resize it, but it would be much smaller than all along the border…