Revert "style: align delay to clock"

This reverts commit 3fb862628c.
This commit is contained in:
Carlos Valente
2024-01-08 22:55:57 +01:00
parent a15a9671d2
commit 9031051465
2 changed files with 2 additions and 4 deletions
@@ -81,12 +81,10 @@
justify-self: end;
}
.runningTime {
.running {
@include clock-size;
grid-area: running;
justify-self: end;
display: flex;
gap: 0.5em;
}
.fields {
@@ -86,7 +86,7 @@ function OperatorEvent(props: OperatorEventProps) {
</span>
<span className={style.secondaryField}>{secondary}</span>
<span className={style.runningTime}>
<span className={style.running}>
<DelayIndicator delayValue={delay} />
{isSelected ? <RollingTime /> : formatTime(duration, { showSeconds: true, format: 'hh:mm:ss' })}
</span>