From fb711b4783bb2c854e2bd413d0d328c817d925ec Mon Sep 17 00:00:00 2001 From: Youzini-afk <13153778771cx@gmail.com> Date: Thu, 26 Mar 2026 14:38:26 +0800 Subject: [PATCH] =?UTF-8?q?ui:=20=E9=9D=A2=E6=9D=BF=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=8B=96=E6=8B=BD=E7=BC=A9=E6=94=BE(resize:both)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index ad2e146..7a7c87d 100644 --- a/style.css +++ b/style.css @@ -25,17 +25,20 @@ #st-bme-panel { width: 82vw; height: 72vh; - max-width: 1200px; - max-height: 800px; + min-width: 480px; + min-height: 360px; + max-width: 96vw; + max-height: 92vh; background: var(--bme-surface, #131316); border: 1px solid var(--bme-border, rgba(255, 255, 255, 0.08)); border-radius: 8px; display: flex; flex-direction: column; - overflow: hidden; + overflow: auto; box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5); transform: translateY(12px) scale(0.98); transition: transform 0.25s ease; + resize: both; } #st-bme-panel-overlay.active #st-bme-panel {