From 73d259b3a1588c2062ee1f713166bf1b50eb9f12 Mon Sep 17 00:00:00 2001 From: Sakurasan <26715255+Sakurasan@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:28:08 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=B8=BB=E9=A2=98=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=8D=95=E5=9B=BE=E6=A0=87=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E5=B1=95=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/dist/admin.html | 58 +++++++++++++++++++++++++++++------------ 1 file changed, 41 insertions(+), 17 deletions(-) diff --git a/backend/dist/admin.html b/backend/dist/admin.html index e3e5cd2..3ffcc9c 100644 --- a/backend/dist/admin.html +++ b/backend/dist/admin.html @@ -129,7 +129,8 @@ tr:hover td{background:color-mix(in oklch,var(--accent) 40%,transparent)} .modal-box h3{font-size:16px;font-weight:600;margin-bottom:16px} /* Theme toggle */ -.theme-toggle{position:fixed;bottom:16px;right:16px;z-index:50;display:flex;padding:3px;background:var(--muted);border-radius:var(--radius);box-shadow:0 2px 8px oklch(0 0 0 / .08);gap:3px} +.theme-toggle{position:fixed;bottom:16px;right:16px;z-index:50} +.theme-toggle-inner{display:flex;padding:3px;background:var(--muted);border-radius:var(--radius);box-shadow:0 2px 8px oklch(0 0 0 / .08);gap:3px} .theme-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:calc(var(--radius) - 2px);cursor:pointer;background:transparent;color:var(--muted-foreground);font-size:16px;transition:all .15s;padding:0} .theme-btn:hover{color:var(--foreground)} .theme-btn.active{background:var(--background);color:var(--foreground);box-shadow:0 1px 3px oklch(0 0 0 / .08)} @@ -202,15 +203,7 @@ tr:hover td{background:color-mix(in oklch,var(--accent) 40%,transparent)}