fix(docs): align navbar GitHub button height with Sign in button - #1000
Open
Jordy-Baby wants to merge 2 commits into
Open
fix(docs): align navbar GitHub button height with Sign in button#1000Jordy-Baby wants to merge 2 commits into
Jordy-Baby wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📝 WalkthroughWalkthroughUpdated navbar CSS for the GitHub icon link and sign-in button, including dimensions, alignment, borders, hover behavior, icon sizing, and transitions. ChangesNavbar control styling
Estimated code review effort: 1 (Trivial) | ~3 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Jordy-Baby
enabled auto-merge (squash)
July 30, 2026 19:27
envio.dev renders both the GitHub button and Sign in at 38px. This branch pinned them to 36px, so the docs navbar matched the treatment but not the size. Bumps both to 38px.
Jordy-Baby
added a commit
that referenced
this pull request
Jul 30, 2026
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.
Boxes the navbar GitHub button and pins it to the same height as the Sign in button so the two line up. Matches the boxed GitHub button on envio.dev.
Verified locally on desktop and mobile (both buttons render at exactly 38px, top/bottom aligned).
Screenshots
Before, bare GitHub icon sitting shorter than the Sign in button.
After, bordered 38px box aligned with Sign in.
Full navbar for context.
Before
After
Summary by CodeRabbit