mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-05 14:29:20 +00:00
style: align delay to clock
This commit is contained in:
@@ -81,10 +81,12 @@
|
|||||||
justify-self: end;
|
justify-self: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.running {
|
.runningTime {
|
||||||
@include clock-size;
|
@include clock-size;
|
||||||
grid-area: running;
|
grid-area: running;
|
||||||
justify-self: end;
|
justify-self: end;
|
||||||
|
display: flex;
|
||||||
|
gap: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fields {
|
.fields {
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ function OperatorEvent(props: OperatorEventProps) {
|
|||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span className={style.secondaryField}>{secondary}</span>
|
<span className={style.secondaryField}>{secondary}</span>
|
||||||
<span className={style.running}>
|
<span className={style.runningTime}>
|
||||||
<DelayIndicator delayValue={delay} />
|
<DelayIndicator delayValue={delay} />
|
||||||
{isSelected ? <RollingTime /> : formatTime(duration, { showSeconds: true, format: 'hh:mm:ss' })}
|
{isSelected ? <RollingTime /> : formatTime(duration, { showSeconds: true, format: 'hh:mm:ss' })}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user