From 2491988d2360a27ff03fe68958653d7896915633 Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Thu, 2 Apr 2026 19:18:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8C=89=E9=92=AE=E6=8C=A4?= =?UTF-8?q?=E5=8D=A0=E7=A9=BA=E9=97=B4=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 18 +++++++++++++++--- public/index.html | 1 + 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index a334810..e5b41de 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -138,9 +138,16 @@ header p { padding-bottom: 1rem; } +.section-actions { + display: flex; + align-items: center; + gap: 0.5rem; +} + .section-header h2 { font-size: 1.25rem; font-weight: 600; + margin: 0; } .codec-panel { @@ -175,13 +182,18 @@ header p { color: var(--text-secondary); cursor: pointer; transition: all 0.2s ease; - padding: 0.5rem; - border-radius: 8px; + width: 38px; + height: 38px; + padding: 0; + display: inline-flex; + align-items: center; + justify-content: center; + border-radius: 12px; } .icon-btn:hover { color: var(--text-primary); - background: rgba(255, 255, 255, 0.1); + background: rgba(255, 255, 255, 0.14); } .video-list { diff --git a/public/index.html b/public/index.html index 6c05f65..8819ced 100644 --- a/public/index.html +++ b/public/index.html @@ -34,6 +34,7 @@ +