fix: strip round three — selection bar, avatar fill, 1.6x tiles - #109
Merged
Conversation
The active tile loses its box-shadow ring (it read as a ghost box behind a pastel tile) for a Discord-style bar at the strip's edge. The avatar photo becomes an absolute fill so grid track sizing can never squeeze it into an oval; the stored Google URL was verified square (=s96-c) against the live D1. Tiles grow 22px -> 35px per request. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Third annotation round on the live canary, follow-up to #108.
--onbox-shadow ring is gone; selection is now a Discord-style 3px bar at the strip's left edge (::beforeon the active tile).=s96-cin the live D1), so the defect was client geometry — a grid child's percentage height against an auto track can collapse to the image's intrinsic box. The photo is now an absolute fill (inset: 0) inside the round button, which cannot mis-size.Gates: typecheck 0; lint at baseline; webapp 357 pass.
🤖 Generated with Claude Code