Merged in fix/SW-1827-map-ipad-breakpoint (pull request #2539)

fix(SW-1827): change breakpoint for ipad to 900 for map view select hotel

* fix(SW-1827): change breakpoint for ipad to 900 for map view select hotel


Approved-by: Anton Gunnarsson
Approved-by: Matilda Landström
This commit is contained in:
Bianca Widstam
2025-07-09 11:38:51 +00:00
parent 3a7249484a
commit 3615c48853
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ export default function HotelListing({
unfilteredHotelCount,
}: HotelListingProps) {
const { activeHotel } = useHotelsMapStore()
const isMobile = useMediaQuery("(max-width: 767px)")
const isMobile = useMediaQuery("(max-width: 899px)")
return isMobile ? (
<div className={styles.hotelListingMobile} data-open={!!activeHotel}>