fix: hidden review pill rendered as an empty dot #58
Loading…
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
One-line CSS fix: the review pill's
hiddenattribute was overridden by.status-pill'sdisplay: inline-flex, leaving an empty dot visible under "Available now".[hidden]is now explicit for both store-card pills. Website redeploy only.🤖 Generated with Claude Code