Hacker News new | ask | show | jobs
by ahoge 4350 days ago
Aw, crap. Do you know the CSS offhand?

I already have to use some user CSS because they removed the ability to set the tab min width via `browser.tabs.tabMinWidth`, because that property wasn't "worth it" according to one developer.

Edit: Turns out Classic Theme Restorer has an option for that.

2 comments

>tab min width

That is a nightmare to set now if you want tabs to go below about 40 pixels, thanks to the Australis swoops. It used to be one line of CSS to set min width to 0-ish, now I have a giant blob of custom CSS on top of Classic Theme Restorer.

Yea, same here. :/
This CSS should do the trick:

  .tab-close-button { visibility: collapse !important; }
Or addons.