From 9f32d73f6c1aa9d46ac225c7d684238d72be6cf2 Mon Sep 17 00:00:00 2001 From: yuyx <237899745@qq.com> Date: Wed, 10 Dec 2025 20:52:38 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E5=87=8F=E5=B0=8F=E5=8F=B3?= =?UTF-8?q?=E4=B8=8A=E8=A7=92=E5=85=83=E7=B4=A0=E9=97=B4=E8=B7=9D=E4=B8=BA?= =?UTF-8?q?8px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index de907e8..a4d730b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -53,7 +53,7 @@ } .header-title { font-size: 20px; font-weight: 500; display: flex; align-items: center; gap: 8px; } - .header-actions { display: flex; align-items: center; gap: 16px; } + .header-actions { display: flex; align-items: center; gap: 8px; } .header-actions .btn { color: white; } .header-actions .btn-outlined { border-color: rgba(255,255,255,0.7); } .header-actions .btn-outlined:hover { background: rgba(255,255,255,0.1); }