added updater and fixed fonts
Some checks failed
Build and Release / build (push) Failing after 1m37s

This commit is contained in:
2026-06-12 21:21:45 -05:00
parent ba7a22e0fd
commit 285ba5b3af
24 changed files with 760 additions and 84 deletions

View File

@@ -22,13 +22,13 @@
.id {
font-family: 'JetBrains Mono', monospace;
font-size: 11px;
font-size: 0.6875em;
color: var(--text-muted);
min-width: 48px;
}
.name {
font-size: 13px;
font-size: 0.8125em;
color: var(--text-primary);
overflow: hidden;
text-overflow: ellipsis;
@@ -41,7 +41,7 @@
border: none;
border-top: 1px solid var(--border);
color: var(--accent-gold);
font-size: 13px;
font-size: 0.8125em;
cursor: pointer;
}
@@ -52,7 +52,7 @@
.empty {
padding: 20px;
color: var(--text-muted);
font-size: 13px;
font-size: 0.8125em;
font-style: italic;
line-height: 1.6;
}