Skip to content

Commit 804edce

Browse files
authored
Retain 3 columns on desktop motion review (#11805)
1 parent 9f18101 commit 804edce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/views/events/EventView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,7 @@ function MotionReview({
882882
reviewCameras.length > 3 &&
883883
isMobile &&
884884
"portrait:md:grid-cols-2 landscape:md:grid-cols-3",
885+
isDesktop && "md:grid-cols-3",
885886
"gap-2 overflow-auto px-1 md:mx-2 md:gap-4 xl:grid-cols-3 3xl:grid-cols-4",
886887
)}
887888
>

0 commit comments

Comments
 (0)