From d207db8fb0546b71241372ff035648b85f540522 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Fri, 17 Apr 2026 11:45:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=B9=E6=A1=86=E4=BB=8E=E9=A1=B6?= =?UTF-8?q?=E9=83=A8=E5=BC=80=E5=A7=8B=E6=98=BE=E7=A4=BA=EF=BC=8C=E6=95=B4?= =?UTF-8?q?=E4=B8=AAmodal=E5=8C=BA=E5=9F=9F=E5=8F=AF=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=EF=BC=8C=E5=86=85=E5=AE=B9=E4=B8=8D=E4=BC=9A=E8=A2=AB=E6=8C=A4?= =?UTF-8?q?=E5=87=BA=E5=B1=8F=E5=B9=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/style.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/web/static/style.css b/web/static/style.css index d2fce05..c197dea 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -405,8 +405,10 @@ button { height: 100%; background: rgba(0,0,0,0.8); z-index: 1000; - align-items: center; + align-items: flex-start; justify-content: center; + overflow-y: auto; + padding: 20px; } .modal.active { @@ -418,15 +420,17 @@ button { padding: 15px; border-radius: 10px; max-width: 800px; - max-height: 90vh; - overflow-y: auto; position: relative; } .settings-modal-content { - max-width: 550px; - max-height: 85vh; - overflow-y: auto; + max-width: 500px; +} + +.settings-modal-content h2 { + margin-bottom: 10px; + padding-bottom: 8px; + border-bottom: 1px solid #eee; } .modal-close {