From 71db5c051b87ac8db3ac956fef643ceb36f75b22 Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Thu, 2 Apr 2026 20:33:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=86=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=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 | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 286b098..58d7641 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -268,20 +268,23 @@ header p { .section-actions { display: flex; - flex-wrap: wrap; + flex-wrap: nowrap; align-items: center; - gap: 0.75rem; + gap: 0.5rem; + min-width: 0; + justify-content: flex-end; } .action-btn { border: none; background: #2563eb; color: #ffffff; - font-size: 0.95rem; + font-size: 0.88rem; font-weight: 600; - padding: 0.75rem 1rem; - border-radius: 14px; - min-width: 140px; + padding: 0.6rem 0.9rem; + border-radius: 12px; + min-width: auto; + white-space: nowrap; cursor: pointer; transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }