From d078b44026d96edd27c23ac4eb85616496f2f381 Mon Sep 17 00:00:00 2001 From: lwt <215586800@qq.com> Date: Sat, 9 May 2026 13:58:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=A9=E5=B0=8F=E9=A1=B6=E9=83=A8=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/components.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/assets/css/components.css b/assets/css/components.css index eb91904..4af8b51 100644 --- a/assets/css/components.css +++ b/assets/css/components.css @@ -73,8 +73,8 @@ } .nav-icon { - width: 24px; - height: 24px; + width: 20px; + height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; @@ -101,8 +101,8 @@ } .quick-link img { - width: 22px; - height: 22px; + width: 18px; + height: 18px; object-fit: contain; } @@ -165,8 +165,8 @@ .button svg, .button img { - width: 24px; - height: 24px; + width: 18px; + height: 18px; flex: 0 0 auto; object-fit: contain; } @@ -225,15 +225,15 @@ .shield { display: grid; - width: 24px; - height: 24px; + width: 18px; + height: 18px; place-items: center; color: var(--green); } .shield svg { - width: 24px; - height: 24px; + width: 18px; + height: 18px; fill: none; stroke: currentColor; stroke-linecap: round;