Skip to content

fix(website): scope badge image rule to shields.io only#59

Merged
debba merged 1 commit intomainfrom
claude/fix-mobile-images-pYxJt
Mar 5, 2026
Merged

fix(website): scope badge image rule to shields.io only#59
debba merged 1 commit intomainfrom
claude/fix-mobile-images-pYxJt

Conversation

@debba
Copy link
Owner

@debba debba commented Mar 5, 2026

The .post-content a > img selector was shrinking ALL linked images in blog posts to 20px height, not just shield/badge images. Narrowed the selector to only match img[src*="img.shields.io"] and img[src*="badge"] so regular post images wrapped in links render at full size.

The `.post-content a > img` selector was shrinking ALL linked images
in blog posts to 20px height, not just shield/badge images. Narrowed
the selector to only match `img[src*="img.shields.io"]` and
`img[src*="badge"]` so regular post images wrapped in links render
at full size.

https://claude.ai/code/session_0187uDHaoVyxnZDiWDpaptZT
@debba debba merged commit 19af11a into main Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants