Skip to content

Commit

Permalink
Retain 3 columns on desktop motion review
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye217 committed Jun 7, 2024
1 parent 9f18101 commit 2df4e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/views/events/EventView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,7 @@ function MotionReview({
reviewCameras.length > 3 &&
isMobile &&
"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",
)}
>
Expand Down

0 comments on commit 2df4e46

Please sign in to comment.