fix: wrap star-tracker header on mobile#53
Merged
Conversation
Allow the header flex row to wrap and break the muted description onto its own line below the brand on narrow screens, so it no longer crowds or overflows alongside the nav.
Add overflow-wrap: anywhere to the shared code/pre rule so long inline snippets like the embed <img> tag on the landing page break cleanly on mobile instead of forcing a horizontal scroll.
Contributor
wavekat-eason
pushed a commit
that referenced
this pull request
May 15, 2026
🤖 I have created a release *beep* *boop* --- ## [0.0.21](wavekat-com-v0.0.20...wavekat-com-v0.0.21) (2026-05-15) ### Features * add star-tracker worker ([#52](#52)) ([6f13ee1](6f13ee1)) * add wavekat-asr to ecosystem ([#50](#50)) ([f26f29b](f26f29b)) * auto-theme star-tracker embed snippet ([#55](#55)) ([4989603](4989603)) * star-tracker recent trend, range, per-repo charts ([#54](#54)) ([7189f91](7189f91)) ### Bug Fixes * keep star-tracker count fresh on webhook ([#56](#56)) ([1fdf264](1fdf264)) * stop long embed snippets blowing out page width ([#57](#57)) ([7b6b096](7b6b096)) * wrap star-tracker header on mobile ([#53](#53)) ([82e92b9](82e92b9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.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
stars.wavekat.comheader row wrap on small screens so the muted description drops below the brand instead of crowding the nav.flex-wrap+ gap to the header and amax-width: 600pxrule that promotes.mutedto its own line.Test plan
/,/dashboard,/<slug>) at 320–600px and confirm the description sits belowstars.wavekat.comwith nav still aligned to the right.