Timeline tweaks for mobile (#10726)

* add dense prop, combine duplicate code, fix mobile bug

* put segment height in hook

* playground
This commit is contained in:
Josh Hawkins
2024-03-28 10:03:06 -05:00
committed by GitHub
parent 985b2d7b27
commit 36d5e5b45f
10 changed files with 258 additions and 348 deletions

View File

@@ -580,6 +580,7 @@ function DetectionReview({
severityType={severity}
contentRef={contentRef}
timelineRef={reviewTimelineRef}
dense={isMobile}
/>
</div>
<div className="w-[10px]">
@@ -864,6 +865,7 @@ function MotionReview({
setScrubbing(scrubbing);
}}
dense={isMobile}
/>
</div>