From aa3666ac88fa885a2d1f499f802a11ea887b4c1a Mon Sep 17 00:00:00 2001 From: yiqiu Date: Thu, 19 Mar 2026 20:50:21 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=AF=BC=E8=88=AA=E6=A0=8F=E8=83=B6?= =?UTF-8?q?=E5=9B=8A=E9=AB=98=E5=BA=A6=E6=94=B9=E4=B8=BA=E7=B4=A7=E5=87=91?= =?UTF-8?q?=E5=9E=8B=20(height:auto=20+=20padding:7px=2016px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/common.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/common.css b/common/common.css index f819293..168abc4 100644 --- a/common/common.css +++ b/common/common.css @@ -119,14 +119,15 @@ body { color: rgba(220, 228, 240, 0.9); display: flex; align-items: center; - height: 56px; - padding: 0 16px; + height: auto; + padding: 7px 16px; margin: 0 2px; font-size: 15px; cursor: pointer; border-bottom: none; border-radius: 8px; transition: color 0.2s ease, background 0.2s ease; + align-self: center; } .nav-menu .nav-item:hover {