diff --git a/DH.png b/DH.png new file mode 100644 index 0000000..bd3df1e Binary files /dev/null and b/DH.png differ diff --git a/admin.html b/admin.html index e84fc76..f0be0cf 100644 --- a/admin.html +++ b/admin.html @@ -31,7 +31,8 @@ /* SIDEBAR */ .sb{display:flex;flex-direction:column;padding:14px 10px;border-right:1px solid var(--border);background:var(--bg);overflow-y:auto} .sb-brand{display:flex;align-items:center;gap:10px;padding:6px 8px 16px;color:var(--ink)} - .sb-brand-mark{width:26px;height:26px;border-radius:7px;background:var(--ink);display:grid;place-items:center;color:#fff;font-weight:700;font-size:12px;flex-shrink:0} + .sb-brand-mark{width:32px;height:32px;border-radius:7px;background:#fff;display:grid;place-items:center;flex-shrink:0;overflow:hidden} + .sb-brand-mark img{width:100%;height:100%;object-fit:contain} .sb-brand-name{font-weight:600;font-size:14px} .sb-brand-sub{font-size:11px;color:var(--muted);font-family:var(--font-mono);margin-top:1px} .sb-item{display:flex;align-items:center;gap:9px;padding:7px 10px;border-radius:6px;color:var(--ink-2);cursor:default;font-size:13.5px;user-select:none} @@ -781,7 +782,7 @@ function AdminContent({ onLogout }) {