From b76044ef0dfe9959e916473bee5be5ba378256d0 Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Sat, 4 Apr 2026 13:30:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 13 +++++-------- public/index.html | 15 ++++++++------- public/js/main.js | 21 +++++++++++++++++++++ server.js | 30 +++++++++++++++++++++++++++--- 4 files changed, 61 insertions(+), 18 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index e6c5cc0..e1d3a6e 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -302,19 +302,16 @@ header p { margin-bottom: 0.75rem; } -.section-actions-row { - display: block; - margin-bottom: 1.5rem; - padding-top: 1rem; - border-top: 1px solid var(--panel-border); +.banner-left { + display: flex; + align-items: center; + gap: 1.5rem; } -.section-actions { +.banner-actions { display: flex; - flex-wrap: nowrap; align-items: center; gap: 0.5rem; - justify-content: flex-start; } .action-btn { diff --git a/public/index.html b/public/index.html index 82de861..7e6934e 100644 --- a/public/index.html +++ b/public/index.html @@ -37,7 +37,14 @@