Fix departure time layout and column alignment
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-05-16 16:42:06 +02:00
parent 13339b17bf
commit bad31ff17a
2 changed files with 21 additions and 1 deletions
+17
View File
@@ -560,6 +560,23 @@ header {
font-weight: 500;
color: var(--green);
flex-shrink: 0;
display: flex;
align-items: center;
gap: 8px;
}
.mobile-departure-time.delayed { color: var(--yellow); }
.mobile-departure-clock {
font-family: 'JetBrains Mono', monospace;
font-size: 11px;
color: var(--muted);
width: 40px;
text-align: right;
}
.mobile-departure-mins {
min-width: 54px;
text-align: right;
white-space: nowrap;
}