update icon
CI / Build & Test (push) Successful in 4m2s

This commit is contained in:
Raven Scott
2026-02-28 20:03:03 -05:00
parent 25d3ec26e1
commit 8727809b12
6 changed files with 16 additions and 7 deletions
+8 -6
View File
@@ -82,15 +82,17 @@
.sidebar-logo-icon { .sidebar-logo-icon {
width: 32px; width: 32px;
height: 32px; height: 32px;
background: var(--cyan-dim);
border: 1px solid var(--cyan-mid);
border-radius: var(--radius-sm); border-radius: var(--radius-sm);
overflow: hidden;
flex-shrink: 0;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
flex-shrink: 0; }
font-size: 18px; .sidebar-logo-icon img {
line-height: 1; width: 32px;
height: 32px;
display: block;
} }
.sidebar-logo-text { line-height: 1.2; } .sidebar-logo-text { line-height: 1.2; }
.sidebar-logo-name { font-size: 15px; font-weight: 700; color: var(--text); letter-spacing: -0.02em; } .sidebar-logo-name { font-size: 15px; font-weight: 700; color: var(--text); letter-spacing: -0.02em; }
@@ -914,7 +916,7 @@
<!-- ── Sidebar ──────────────────────────────────── --> <!-- ── Sidebar ──────────────────────────────────── -->
<nav class="sidebar"> <nav class="sidebar">
<div class="sidebar-logo"> <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-text">
<div class="sidebar-logo-name">Holesail</div> <div class="sidebar-logo-name">Holesail</div>
<div class="sidebar-logo-version" id="sidebarVersion">v1.0.0 · hole.sail</div> <div class="sidebar-logo-version" id="sidebarVersion">v1.0.0 · hole.sail</div>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 894 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

+8 -1
View File
@@ -12,7 +12,13 @@
"proxy" "proxy"
], ],
"action": { "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": { "background": {
"service_worker": "background.js" "service_worker": "background.js"
@@ -45,6 +51,7 @@
], ],
"icons": { "icons": {
"16": "icons/16.png", "16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png", "48": "icons/48.png",
"128": "icons/128.png" "128": "icons/128.png"
}, },