@@ -82,15 +82,17 @@
|
||||
.sidebar-logo-icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
background: var(--cyan-dim);
|
||||
border: 1px solid var(--cyan-mid);
|
||||
border-radius: var(--radius-sm);
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
font-size: 18px;
|
||||
line-height: 1;
|
||||
}
|
||||
.sidebar-logo-icon img {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
display: block;
|
||||
}
|
||||
.sidebar-logo-text { line-height: 1.2; }
|
||||
.sidebar-logo-name { font-size: 15px; font-weight: 700; color: var(--text); letter-spacing: -0.02em; }
|
||||
@@ -914,7 +916,7 @@
|
||||
<!-- ── Sidebar ──────────────────────────────────── -->
|
||||
<nav class="sidebar">
|
||||
<div class="sidebar-logo">
|
||||
<div class="sidebar-logo-icon">⛵</div>
|
||||
<div class="sidebar-logo-icon"><img src="icons/32.png" alt="Holesail"></div>
|
||||
<div class="sidebar-logo-text">
|
||||
<div class="sidebar-logo-name">Holesail</div>
|
||||
<div class="sidebar-logo-version" id="sidebarVersion">v1.0.0 · hole.sail</div>
|
||||
|
||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 894 B |
|
After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 4.3 KiB |
@@ -12,7 +12,13 @@
|
||||
"proxy"
|
||||
],
|
||||
"action": {
|
||||
"default_title": "Holesail Dashboard"
|
||||
"default_title": "Holesail Dashboard",
|
||||
"default_icon": {
|
||||
"16": "icons/16.png",
|
||||
"32": "icons/32.png",
|
||||
"48": "icons/48.png",
|
||||
"128": "icons/128.png"
|
||||
}
|
||||
},
|
||||
"background": {
|
||||
"service_worker": "background.js"
|
||||
@@ -45,6 +51,7 @@
|
||||
],
|
||||
"icons": {
|
||||
"16": "icons/16.png",
|
||||
"32": "icons/32.png",
|
||||
"48": "icons/48.png",
|
||||
"128": "icons/128.png"
|
||||
},
|
||||
|
||||