Small one today: album covers are tappable now.

Tap the thumbnail on an album page and the full-size art pops open in a modal - scales in, backdrop blur behind it. Close it with the X, Escape, or by clicking outside.

Tap the art in the Now Playing sheet and same thing happens, even with the player sheet already open. Fixed a focus bug there too - closing the zoomed art with Escape now correctly hands focus back to the player instead of the page.

Also snuck in an update to the “Hand that Feeds” cover - the shout bubble now says “but.”

Bonus fix: the play/pause button used to jump in size when you toggled it - the play icon looked slightly smaller than the pause icon at the same font-size, so it got bumped up to compensate, and that bump was quietly resizing the whole button (and the bar around it) every time playback toggled. Now it’s corrected with a transform: scale, which only resizes the icon’s paint, not its layout box - so the button holds still.

Nothing to configure, just tap and zoom.