Fix departure time layout and column alignment
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user