Skip to content

Commit

Permalink
Only use dense property on phones for motion review timeline (blakebl…
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye217 authored and sandnabba committed Aug 14, 2024
1 parent 7aa7412 commit 7639edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/events/EventView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ function MotionReview({

setScrubbing(scrubbing);
}}
dense={isMobile}
dense={isMobileOnly}
/>
) : (
<Skeleton className="size-full" />
Expand Down

0 comments on commit 7639edf

Please sign in to comment.