Fix nav scroll-into-view, inline beta labels, and unify colors#390
Conversation
- Change scrollIntoView from block: 'end' to 'center' so active nav item is centered and visible instead of aligned to bottom - Fix beta/limited labels to display inline instead of block so they stay on the same line as nav text when there's room - Unify nav hover/active colors to indigo in light mode (was grey for top-level items, indigo for nested items) - Adjust nav font size from 16px to 15px to match TOC and improve density Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
✅ Deploy Preview for docs-ui ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughSeveral font-size values across Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |

Summary
scrollIntoViewfromblock: 'end'toblock: 'center'display: blocktodisplay: inlineTest plan
🤖 Generated with Claude Code