fix(readme): crop logo to actual content#83
Merged
Conversation
…space) The current logo PNG is 1280x640 but the visible bunny + OPENHOP wordmark only occupies 237 px of the height (~37%) — the rest is transparent padding from the original ChatGPT source image. That padding eats vertical space in the README header even though the surrounding layout is already tight. Threshold-cropped to alpha>32 + 16px padding: 1090x269. At width=600 in the README the rendered height drops from ~300px to ~148px — visually closes the gap users have been reporting. docs/logo.png and .github/social-preview.png are intentionally kept distinct now: README image is content-tight; social preview keeps the 1280x640 (2:1) framing GitHub's share-card UI expects. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The post-#82 edits on master dropped the blank line between the "# 🐇 OpenHop — …" heading and the <p align="center"> block. CI's prettier format:check rejects adjacent block elements without a blank line separator. This is the same fix that landed in #82 (commit 0c0b1b0); replaying it because master regressed. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Summary
`docs/logo.png` ships at 1280×640 but the visible artwork (bunny + OPENHOP wordmark) only fills 237 px of the height — about 37% of the frame. The remaining 180 px above and 223 px below are transparent padding inherited from the original ChatGPT source image.
That padding makes the README header render with extra vertical space even after #82 collapsed the inter-element gaps. Cropping the PNG to its actual content (with 16 px breathing room) is what actually closes the visible gap.
Change
Linked context
Testing
Checklist
🤖 Generated with Claude Code
Summary by CodeRabbit