added updater and fixed fonts
Some checks failed
Build and Release / build (push) Failing after 1m37s
Some checks failed
Build and Release / build (push) Failing after 1m37s
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user