Firefox 153 stable is one day old and already earned FoxOne a point release: one icon Mozilla ships slightly too wide, and one hover reveal that turned out to be more enthusiastic than useful. Half of this release arrived as a finished PR - see below.
Fixed
- The translations icon lost the right edge of its "A" at fractional display scaling. Mozilla draws 17px of artwork into a 16px icon box and compensates with a -1px margin band-aid (their SVG literally carries a "right letter is 1px too long" comment). FoxOne now ships the identical artwork wrapped in a proper 17x16 viewBox, so it scales into the box instead of overflowing it - context-fill keeps the theme recolouring intact. The reveal-icon padding moves to 8px, calibrated on 153 stable.
- Hovering the urlbar revealed the container's full text label - with long container names that's up to 200px of text sliding in over the URL you were about to click (#34). Hover now reveals only the coloured indicator dot; the text label waits for a focused urlbar, where there is nothing underneath it to miss.
Thanks