From 0835811487abf8c541705e8d3c76a01d296324bf Mon Sep 17 00:00:00 2001 From: xfy Date: Wed, 15 Jul 2026 11:03:27 +0800 Subject: [PATCH] =?UTF-8?q?style(header):=20=E8=B0=83=E6=95=B4=20nav=20?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=2080px=20=E2=86=92=2064px=20(h-16)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/header.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/header.rs b/src/components/header.rs index 02ac0d1..1726d5e 100644 --- a/src/components/header.rs +++ b/src/components/header.rs @@ -42,7 +42,7 @@ pub fn Header( rsx! { header { class: "sticky top-0 z-40 w-full bg-[var(--color-paper-theme)]/70 backdrop-blur-md transition-all duration-300", - nav { class: "{max_width} mx-auto px-6 h-[80px] flex items-center justify-between", + nav { class: "{max_width} mx-auto px-6 h-16 flex items-center justify-between", Link { class: "text-2xl font-extrabold tracking-tight text-[var(--color-paper-primary)] hover:text-[var(--color-paper-accent)] transition-colors duration-200", to: Route::Home {},