Skip to content

Commit

Permalink
Change breakpoint for desktop motion review columns (#11808)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye217 authored Jun 7, 2024
1 parent 804edce commit 859682c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/views/events/EventView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ function MotionReview({
reviewCameras.length > 3 &&
isMobile &&
"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",
)}
>
Expand Down

0 comments on commit 859682c

Please sign in to comment.