From f93b26a52c8087b7242e4be76bbc7027d7e87c86 Mon Sep 17 00:00:00 2001 From: Youzini-afk <13153778771cx@gmail.com> Date: Tue, 7 Apr 2026 11:29:12 +0800 Subject: [PATCH] Refine memory LLM preset layout --- panel.html | 56 ++++++++++++++++++++++++++++-------------------------- style.css | 23 ++++++++++++++-------- 2 files changed, 44 insertions(+), 35 deletions(-) diff --git a/panel.html b/panel.html index 6472f20..3819e64 100644 --- a/panel.html +++ b/panel.html @@ -578,33 +578,35 @@ > - - - +
+ + + +
diff --git a/style.css b/style.css index e6788db..109873c 100644 --- a/style.css +++ b/style.css @@ -1424,18 +1424,25 @@ } .bme-llm-preset-controls { + display: flex; + flex-direction: column; + align-items: stretch; + gap: 8px; +} + +.bme-llm-preset-controls select { + min-width: 0; + width: 100%; +} + +.bme-llm-preset-actions { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; } -.bme-llm-preset-controls select { - flex: 1; - min-width: 0; -} - -.bme-llm-preset-controls .bme-config-secondary-btn { +.bme-llm-preset-actions .bme-config-secondary-btn { flex-shrink: 0; } @@ -2896,12 +2903,12 @@ width: 100%; } - .bme-llm-preset-controls { + .bme-llm-preset-actions { flex-direction: column; align-items: stretch; } - .bme-llm-preset-controls .bme-config-secondary-btn { + .bme-llm-preset-actions .bme-config-secondary-btn { width: 100%; }