From 3a46b43397863b2a3735bc72a79aea3de0c7dc20 Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Thu, 2 Apr 2026 20:35:16 +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 | 3 +++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 58d7641..2f17211 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -258,12 +258,17 @@ header p { } .section-header { + display: block; + margin-bottom: 0.75rem; +} + +.section-actions-row { display: flex; - justify-content: space-between; align-items: center; + gap: 1rem; margin-bottom: 1.5rem; - border-bottom: 1px solid var(--panel-border); - padding-bottom: 1rem; + padding-top: 1rem; + border-top: 1px solid var(--panel-border); } .section-actions { @@ -272,7 +277,7 @@ header p { align-items: center; gap: 0.5rem; min-width: 0; - justify-content: flex-end; + justify-content: flex-start; } .action-btn { diff --git a/public/index.html b/public/index.html index f525953..e370f96 100644 --- a/public/index.html +++ b/public/index.html @@ -40,6 +40,9 @@

Available Videos

+
+
+