mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Only use dense property on phones for motion review timeline (#12768)
This commit is contained in:
parent
7db6ed9ad5
commit
b7e0d14b83
@ -1057,7 +1057,7 @@ function MotionReview({
|
|||||||
|
|
||||||
setScrubbing(scrubbing);
|
setScrubbing(scrubbing);
|
||||||
}}
|
}}
|
||||||
dense={isMobile}
|
dense={isMobileOnly}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<Skeleton className="size-full" />
|
<Skeleton className="size-full" />
|
||||||
|
Loading…
Reference in New Issue
Block a user