替换 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
Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 KiB

+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); }
+1 -2
View File
@@ -57,8 +57,7 @@ window.Shell = {
const sidebar = `
<aside class="sidebar">
<div class="brand">
<div class="brand-mark">${ShellIcon('airshelf', { size: 22 })}</div>
<div><div class="name">Airshelf</div></div>
<img class="brand-logo" src="assets/logo.png" alt="Airshelf">
</div>
<div class="search-box" onclick="document.getElementById('global-search').focus()">
${ShellIcon('search')}