Skip to content

Commit 6af7008

Browse files
committed
Fixes alignment of timeline follow cursor indicator
1 parent ca57862 commit 6af7008

File tree

1 file changed

+2
-4
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam

1 file changed

+2
-4
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam/route.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ function SpanWithDuration({
11581158
);
11591159
}
11601160

1161-
const edgeBoundary = 0.05;
1161+
const edgeBoundary = 0.17;
11621162

11631163
function CurrentTimeIndicator({
11641164
totalDuration,
@@ -1197,9 +1197,7 @@ function CurrentTimeIndicator({
11971197
style: "short",
11981198
maxDecimalPoints: ms < 1000 ? 0 : 1,
11991199
})}
1200-
1201-
<span className="ml-1 text-text-dimmed"> - </span>
1202-
1200+
<span className="mx-1 text-text-dimmed"></span>
12031201
{currentTimeComponent}
12041202
</span>
12051203
) : (

0 commit comments

Comments
 (0)