From 247937bedbef20cd0eb5d8aa8d5ef8a4c197af1a Mon Sep 17 00:00:00 2001 From: yiqiu Date: Wed, 17 Dec 2025 13:32:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E6=8C=89=E9=92=AE=E9=AB=98=E5=BA=A6=E4=BB=A5?= =?UTF-8?q?=E5=A1=AB=E5=85=85=E5=AF=BC=E8=88=AA=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 767px 断点: navbar 50px -> 按钮 46px - 575px 断点: navbar 48px -> 按钮 44px - 360px 断点: navbar 44px -> 按钮 40px 现在注册按钮能占据导航栏的大部分高度,看起来更加平衡 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- css/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/index.css b/css/index.css index 1866921..27e8610 100644 --- a/css/index.css +++ b/css/index.css @@ -2550,7 +2550,7 @@ html { padding: 0 10px !important; font-size: 10px !important; min-width: auto !important; - height: 32px !important; + height: 46px !important; line-height: 1 !important; display: flex !important; align-items: center !important; @@ -3107,7 +3107,7 @@ html { padding: 0 10px !important; font-size: 10px !important; min-width: auto !important; - height: 32px !important; + height: 44px !important; line-height: 1 !important; display: flex !important; align-items: center !important; @@ -3609,7 +3609,7 @@ html { padding: 0 8px !important; font-size: 9px !important; min-width: auto !important; - height: 28px !important; + height: 40px !important; line-height: 1 !important; display: flex !important; align-items: center !important;