FoxOne lets you shrink tabs down to their favicon (--uc-tab-min-width: 36px), and until now that look came with clipped buttons: the close X and the audio button both got cut off at the tab edge. @NeroWolfe75 sent the right fix in #43, make each tab a CSS container and let the actual width decide. This release lands that idea and takes the audio indicator along for the ride. Thank you!
Fixed
- Tabs below 50px no longer show a clipped close X on hover. It stays hidden entirely (Ctrl+W and the context menu still work).
- The 24px audio button, which clipped the same way on favicon-only tabs, gives way below 50px to a small badge on the favicon corner, the same treatment Firefox itself uses on the collapsed vertical tab strip.
Changed
- Audio badge colours are inverted: light circle with a dark glyph at rest, accent circle on hover. Pinned-tab badges share the rules and follow along.
Notes
- Nothing changes at the default
--uc-tab-min-width: 76px- everything here only bites once you drop below 50px. - As always, this applies to the supported
browser.nova.enabled=trueconfiguration.
The audio badge took three attempts, because reading Firefox' own CSS first is apparently still a lesson in progress. The badge was in there the whole time.