From 07cf259a50c95f7f725afa136b607ffd82d74626 Mon Sep 17 00:00:00 2001 From: zdh Date: Thu, 14 May 2026 18:49:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=BB=E9=A2=98=E6=8C=89?= =?UTF-8?q?=E9=92=AE=EF=BC=9A=E9=99=90=E5=88=B6=E6=90=9C=E7=B4=A2=E6=A1=86?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6=EF=BC=8C=E7=A1=AE=E4=BF=9D=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=A7=8B=E7=BB=88=E5=8F=AF=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 25e027a..767d617 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,8 @@ body { width: 36px; height: 36px; border: none; background: none; cursor: pointer; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; - font-size: 16px; color: var(--text-secondary); flex-shrink: 0; + font-size: 16px; color: var(--text-secondary); + flex-shrink: 0; margin-left: 4px; } .header-bar .theme-btn:hover { background: var(--bg-elevated); } .header-bar .brand { display: flex; align-items: baseline; gap: 8px; flex-shrink: 0; } @@ -85,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 1 auto; min-width: 80px; max-width: 500px; position: relative; } +.header-bar .search-box { flex: 0 1 300px; min-width: 100px; position: relative; } .search-box input { width: 100%; padding: 8px 12px 8px 34px; border: 1px solid var(--border); border-radius: var(--radius-sm);