From dc3cb77dd22d751f33a12bf4c0a0279b29fa1e69 Mon Sep 17 00:00:00 2001 From: developer Date: Sat, 4 Apr 2026 22:53:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B5=8C=E5=85=A5=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=A0=8F=E5=9B=BA=E5=AE=9A=E4=B8=8D=E8=A2=AB?= =?UTF-8?q?=E6=8C=A4=E5=8E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/style.css b/css/style.css index 9b05445..6ecb9a2 100644 --- a/css/style.css +++ b/css/style.css @@ -1825,6 +1825,7 @@ body::before { align-items: center; justify-content: space-between; gap: 8px; + flex-shrink: 0; } .kb-toolbar-left { display: flex; @@ -1835,6 +1836,7 @@ body::before { display: flex; align-items: center; gap: 6px; + white-space: nowrap; } .kb-progress { @@ -1863,9 +1865,14 @@ body::before { display: flex; align-items: center; gap: 8px; + flex-shrink: 0; +} +.kb-embed-model .setting-label { + flex-shrink: 0; } .kb-embed-model .model-select { flex: 1; + min-width: 0; padding: 5px 8px; font-size: 12px; }