Match the docs chrome to the commons-app sidebar - #338
Merged
Conversation
Use the same wordmark the dashboard sidebar shows when it is open — public/logo.jpg at h-8, which is already byte-identical to commons-app's copy — in place of the icon-plus-text-plus-pill lockup. The active page in the sidebar now gets the app's flat `bg-accent` fill rather than the cyan inset rule, so "where I am" reads the same on both surfaces. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Two small alignment fixes so the docs read as the same product as the app.
Logo — the nav used
ac-icon.svg+ an "Agent Commons" text label + a "DOCS" pill. It now usespublic/logo.jpgath-8 w-auto rounded-md object-contain, exactly asDashboardBarrenders it in the commons-app sidebar when open. The file inapps/commons-docs/publicis already byte-identical to the app's copy, so nothing new was added.Active nav item — dropped the cyan
inset 2px 0 0rule for the app's flatbg-accent/text-accent-foregroundfill, matchingDashboardBar's active state.Checked in light and dark at desktop and mobile widths. In dark mode the wordmark reads as a white rounded chip, which the
rounded-mdhandles cleanly — the brand highlight pills need a light ground.🤖 Generated with Claude Code