mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Retain 3 columns on desktop motion review (#11805)
This commit is contained in:
parent
9f181014a1
commit
804edceec2
@ -882,6 +882,7 @@ function MotionReview({
|
|||||||
reviewCameras.length > 3 &&
|
reviewCameras.length > 3 &&
|
||||||
isMobile &&
|
isMobile &&
|
||||||
"portrait:md:grid-cols-2 landscape:md:grid-cols-3",
|
"portrait:md:grid-cols-2 landscape:md:grid-cols-3",
|
||||||
|
isDesktop && "md:grid-cols-3",
|
||||||
"gap-2 overflow-auto px-1 md:mx-2 md:gap-4 xl:grid-cols-3 3xl:grid-cols-4",
|
"gap-2 overflow-auto px-1 md:mx-2 md:gap-4 xl:grid-cols-3 3xl:grid-cols-4",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user