basic working

This commit is contained in:
Will Bradley
2025-10-11 21:05:39 -07:00
parent 4767b67460
commit d19c071814
8 changed files with 57 additions and 25 deletions
+12
View File
@@ -114,6 +114,18 @@ body {
font-size: 0.875rem;
}
.data-last-received {
display: flex;
align-items: center;
gap: 0.25rem;
font-size: 0.875rem;
color: var(--text-secondary);
}
.data-label {
opacity: 0.7;
}
/* Navigation Tabs */
.nav-tabs {
background: var(--surface-color);