fix: adjust nav height for dual announcement banners (#2473)

This commit is contained in:
SLUR 2026-06-18 12:28:07 +09:00 committed by GitHub
parent 5bcc235cdb
commit 07d34fb43a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
============================================ */ ============================================ */
:root { :root {
--ai-banner-height: 2.75rem; --ai-banner-height: 2.75rem;
--sl-nav-height: 6.25rem; /* Base nav height (~3.5rem) + banner height (2.75rem) */ --sl-nav-height: 9rem; /* Base nav (3.5rem) + two announcement banners (2.75rem each) */
/* Full-width content - override Starlight's default 45rem/67.5rem */ /* Full-width content - override Starlight's default 45rem/67.5rem */
--sl-content-width: 65rem; --sl-content-width: 65rem;