Sort order and purging fix

This commit is contained in:
Will Bradley
2025-10-12 05:14:35 -07:00
parent be243e3b50
commit 6a2148ad14
7 changed files with 219 additions and 124 deletions
+10
View File
@@ -351,6 +351,16 @@ body {
color: var(--text-secondary);
}
.message-channel {
display: inline-block;
padding: 0.125rem 0.5rem;
color: white;
border-radius: 0.25rem;
font-weight: 500;
font-size: 0.7rem;
text-transform: uppercase;
}
/* Nodes Grid */
.nodes-grid {
display: grid;