mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Change breakpoint for desktop motion review columns (#11808)
This commit is contained in:
parent
804edceec2
commit
859682c8d1
@ -882,7 +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",
|
isDesktop && "grid-cols-2 lg: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