From c803cd814451d327560c71a72cc52ba8d64eb6a9 Mon Sep 17 00:00:00 2001 From: huan_kong <49610758+huankong233@users.noreply.github.com> Date: Fri, 29 Dec 2023 14:40:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A1=86=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/src/client/components/Nav/NavBarSearch.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/src/client/components/Nav/NavBarSearch.vue b/theme/src/client/components/Nav/NavBarSearch.vue index b2325296..884a07cb 100644 --- a/theme/src/client/components/Nav/NavBarSearch.vue +++ b/theme/src/client/components/Nav/NavBarSearch.vue @@ -48,11 +48,11 @@ .DocSearch-Button { display: flex; - justify-content: center; + justify-content: center !important; align-items: center; margin: 0; padding: 0; - width: 32px; + width: 36px; height: 55px; background: transparent; transition: border-color 0.25s;