Skip to content

Improve sidebar display#2624

Closed
bgravenorst wants to merge 4 commits intomainfrom
DOC-2571
Closed

Improve sidebar display#2624
bgravenorst wants to merge 4 commits intomainfrom
DOC-2571

Conversation

@bgravenorst
Copy link
Copy Markdown
Contributor

@bgravenorst bgravenorst commented Jan 16, 2026

Description

Change 1: Improve nav readability by reducing top-level nav emphasis while making the active page and its ancestor path bold for clearer orientation in deep hierarchies.
Change 2: Reduce sidebar parent item prominence and remove the 1900px root font-size breakpoint to eliminate the jarring large-screen typography jump.

Issue(s) fixed

Fixes #2571

Preview

Checklist

  • If this PR updates or adds documentation content that changes or adds technical meaning, it has received an approval from an engineer or DevRel from the relevant team.
  • If this PR updates or adds documentation content, it has received an approval from a technical writer.

Note

Improves sidebar readability and consistency across screen sizes.

  • Demotes level-1 sidebar items (category and link) to font-weight: 400 and font-size: 1.5rem; ensures active item and its ancestor path are bold (700 for level-1, 600 for deeper levels)
  • Normalizes active-state selector to .menu__link--active and keeps caret visibility tied to active state
  • Removes the @media (min-width: 1900px) html root font-size increase to avoid large-screen typography jump

Written by Cursor Bugbot for commit ba0200f. This will update automatically on new commits. Configure here.

Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
@vercel
Copy link
Copy Markdown

vercel Bot commented Jan 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
metamask-docs Ready Ready Preview, Comment Jan 21, 2026 9:00am

Request Review

@bgravenorst bgravenorst changed the title Remove bold formatting. Improve sidebar display Jan 16, 2026
Signed-off-by: bgravenorst <byron.gravenorst@consensys.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sidebar navigation hierarchy lacks visual differentiation for nested items

2 participants