From 97a339f08d8f07fe20de73c6df1b28aa52f0ecf9 Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Sat, 4 Apr 2026 15:40:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/style.css | 12 ++++++++++-- public/index.html | 10 +++++----- public/js/main.js | 18 +++++++++--------- 3 files changed, 24 insertions(+), 16 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index af35e7d..504cfe5 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1045,13 +1045,21 @@ header p { display: none; } -.play-btn { +.now-playing-actions { + display: flex; + gap: 0.5rem; margin-top: 1rem; - padding: 0.85rem 1.25rem; + align-items: center; + flex-wrap: wrap; +} + +.play-btn { + padding: 0.75rem 1.25rem; border: none; border-radius: 999px; background: var(--accent); color: #fff; + font-size: 0.92rem; font-weight: 700; cursor: pointer; transition: transform 0.2s ease, background 0.2s ease; diff --git a/public/index.html b/public/index.html index 873bc93..de0caa4 100644 --- a/public/index.html +++ b/public/index.html @@ -139,11 +139,11 @@