File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.v3.$projectParam.runs.$runParam Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -902,7 +902,7 @@ function TimelineView({
902902 >
903903 { ( ms ) => (
904904 < motion . div
905- className = "-ml-[0.5px] h-4 w-[1px] rounded-none bg-text-dimmed"
905+ className = "-ml-[0.5px] h-[0.5625rem] w-px rounded-none bg-text-dimmed"
906906 layoutId = { `${ node . id } -${ event . name } ` }
907907 />
908908 ) }
@@ -911,10 +911,11 @@ function TimelineView({
911911 < Timeline . Point
912912 key = { eventIndex }
913913 ms = { nanosecondsToMilliseconds ( event . offset ) }
914+ className = "z-10"
914915 >
915916 { ( ms ) => (
916917 < motion . div
917- className = "border-1 - ml-1 h-2 w-2 rounded-full border-background-bright bg-text-dimmed "
918+ className = "- ml-1 size-[0.3125rem] rounded-full border border-text-dimmed bg-background-bright "
918919 layoutId = { `${ node . id } -${ event . name } ` }
919920 />
920921 ) }
You can’t perform that action at this time.
0 commit comments