替换 Airshelf 品牌 logo
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 110 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 201 KiB |
@@ -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); }
|
||||
|
||||
@@ -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')}
|
||||
|
||||
Reference in New Issue
Block a user