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
4a867ddd56
commit
93b81756c6
@ -1057,7 +1057,7 @@ function MotionReview({
|
||||
|
||||
setScrubbing(scrubbing);
|
||||
}}
|
||||
dense={isMobile}
|
||||
dense={isMobileOnly}
|
||||
/>
|
||||
) : (
|
||||
<Skeleton className="size-full" />
|
||||
|
Loading…
Reference in New Issue
Block a user