From 69c6cf2843d36292a5bb630f5f5450aa6e23b75e Mon Sep 17 00:00:00 2001 From: zdh Date: Thu, 14 May 2026 18:45:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=BB=E9=A2=98=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E6=8C=89=E9=92=AE=E4=B8=8D=E5=8F=AF=E8=A7=81=EF=BC=9A?= =?UTF-8?q?=E9=99=90=E5=88=B6=E6=90=9C=E7=B4=A2=E6=A1=86=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 47fe03c..e7f8eef 100644 --- a/index.html +++ b/index.html @@ -86,7 +86,7 @@ body { -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .header-bar .tagline { font-size: 11px; color: var(--text-tertiary); display: inline; } -.search-box { flex: 1; position: relative; } +.search-box { flex: 1 1 auto; min-width: 80px; max-width: 500px; position: relative; } .search-box input { width: 100%; padding: 8px 12px 8px 34px; border: 1px solid var(--border); border-radius: var(--radius-sm);