替换 Airshelf 品牌 logo

This commit is contained in:
iye
2026-05-27 14:52:15 +08:00
parent 54b57f76d0
commit 134778dde8
6 changed files with 9 additions and 13 deletions
+2 -1
View File
@@ -230,7 +230,8 @@ aside.sidebar {
height: 100vh;
overflow-y: auto;
}
.brand { display: flex; align-items: center; gap: 10px; padding: 6px 8px 16px; }
.brand { display: flex; align-items: center; padding: 2px 8px 16px; min-height: 44px; }
.brand-logo { display: block; width: 142px; height: auto; margin: -8px 0 -6px -8px; object-fit: contain; }
.brand-mark, .flame { width: 22px; height: 22px; color: var(--heat); }
.brand-mark svg, .flame svg { width: 100%; height: 100%; }
.brand .name { font-weight: 600; font-size: 18px; letter-spacing: -.012em; color: var(--accent-black); }