From cc0257679c06b16446bbbd9924075f2e1fcfea99 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Fri, 26 Dec 2025 12:32:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=A4=A7=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 0837780..a6bd22f 100644 --- a/css/index.css +++ b/css/index.css @@ -220,7 +220,7 @@ /* 调整导航栏高度 */ #index .nav-header { height: 56px; - padding: 0 16px; + padding: 0 0 0 16px; display: flex !important; align-items: center !important; /* Force vertical centering */ @@ -265,7 +265,7 @@ /* Ensure it fills parent height */ max-height: 56px; /* Match header height */ - margin-right: -16px !important; + margin-right: 0 !important; display: flex; align-items: center; justify-content: center;