fix(ui): align telemetry and laboratory navigation

This commit is contained in:
DCCONSTRUCTIONS
2026-07-28 03:18:27 +03:00
parent 6db5ac05ef
commit e35f81ac34
13 changed files with 195 additions and 55 deletions
@@ -142,7 +142,7 @@
.system-telemetry-series > div {
display: flex;
align-items: baseline;
align-items: flex-start;
justify-content: space-between;
gap: 0.75rem;
}
@@ -153,6 +153,22 @@
font-size: 0.62rem;
}
.system-telemetry-series__label {
display: grid;
min-width: 0;
gap: 0.16rem;
}
.system-telemetry-series__label small {
overflow: hidden;
max-width: 11rem;
color: var(--nodedc-text-secondary);
font-size: 0.54rem;
line-height: 1.15;
text-overflow: ellipsis;
white-space: nowrap;
}
.system-telemetry-series strong,
.network-stat-card strong {
color: var(--nodedc-text-primary);