Use SVG icons for UI buttons

This commit is contained in:
Mikei386
2026-07-04 10:24:43 +02:00
parent 4e05ef3a8b
commit 4843f7412e
6 changed files with 50 additions and 19 deletions
+12
View File
@@ -75,6 +75,18 @@
width: 22px;
}
.u-nav .ui-icon {
display: block;
fill: none;
height: 15px;
pointer-events: none;
stroke: currentColor;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2;
width: 15px;
}
.u-nav .topbar {
align-items: center;
background: var(--surface);