From e90e8c30ff3c356a2d7a85adea2aaccd0296104c Mon Sep 17 00:00:00 2001 From: mac Date: Thu, 4 Jun 2026 15:18:46 +0800 Subject: [PATCH] =?UTF-8?q?v1.3.6=20=E2=80=94=20=E6=97=A5=E5=8E=86?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E4=B8=8E?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E8=BE=93=E5=85=A5=E6=A1=86=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index b615e6b..92cabdb 100644 --- a/static/style.css +++ b/static/style.css @@ -546,18 +546,17 @@ body { display: inline-flex; align-items: center; gap: 5px; - padding: 6px 12px; + padding: 8px 14px; border: 1.5px solid var(--border); background: var(--card); color: var(--text-dim); border-radius: var(--radius-sm); - font-size: 12px; + font-size: 13px; font-weight: 500; cursor: pointer; transition: all 0.2s; flex-shrink: 0; font-family: inherit; - margin-left: 6px; } .btn-cal-sync:hover { border-color: var(--primary);