From 3f7caf17616d24e8e31f52770292f4e191ffc956 Mon Sep 17 00:00:00 2001 From: User Date: Fri, 13 Mar 2026 14:21:08 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E5=A4=8D=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=8C=89=E9=92=AE=E6=94=B6=E8=B5=B7=E6=97=B6?= =?UTF-8?q?=E5=9B=A0=E8=BE=B9=E8=B7=9D=E9=97=AE=E9=A2=98=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=9A=84=E8=A7=86=E8=A7=89=E5=81=8F=E4=B8=8B=E5=AF=B9=E9=BD=90?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 3459c18..e348622 100644 --- a/style.css +++ b/style.css @@ -2408,7 +2408,9 @@ html:not(.is-home) .cover-scroll-down { .leftbar-search-button { - padding-top: 0; + padding: 0 15px 15px 15px; + + margin-top: 0; transition: all 0.3s cubic-bezier(0.4, 0, 0, 1); @@ -2430,6 +2432,14 @@ html:not(.is-home) .cover-scroll-down { height: 30px; + padding: 0 !important; + + display: flex; + + align-items: center; + + justify-content: center; + transform: unset !important; text-transform: capitalize;