style(docs): make legacy-docs banner taller and more prominent#10910
Conversation
Bumps the Nextra banner padding and font-size so the "Visit the new docs" notice on the old documentation site is harder to miss. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Claude finished @keydunov's task in 1m 27s —— View job Code Review: PR #10910
Scope: +7 lines in /* Legacy-docs Banner - taller bar so the "visit new docs" link is more prominent */
.nextra-banner > div {
padding-top: 32px !important;
padding-bottom: 32px !important;
font-size: 1.125rem !important;
}FeedbackLooks good. This is a small, focused styling change and accomplishes its stated goal. A few minor observations:
No security, performance, or testing concerns for a CSS-only change of this size. Verdict: Approved. Clean, minimal change that fits the existing codebase conventions. |
Bumps the Nextra banner padding and font-size so the "Visit the new docs" notice on the old documentation site is harder to miss.
Check List