mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-26 19:06:11 +01:00
Only use dense property on phones for motion review timeline (#12768)
This commit is contained in:
parent
4a867ddd56
commit
93b81756c6
@ -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