order details sheet: incrase sensitive area for swiping
This commit is contained in:
@@ -114,20 +114,21 @@ export default function RestaurantPage() {
|
|||||||
is_booking_enabled={restaurant?.is_booking_enabled === 1}
|
is_booking_enabled={restaurant?.is_booking_enabled === 1}
|
||||||
params={{ id: "1", locale: "en" }}
|
params={{ id: "1", locale: "en" }}
|
||||||
/>
|
/>
|
||||||
<div className={styles.promotionContainer}>
|
|
||||||
<Ads1 />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div
|
<div
|
||||||
ref={containerRef}
|
ref={containerRef}
|
||||||
onTouchStart={handleTouchStart}
|
onTouchStart={handleTouchStart}
|
||||||
onTouchEnd={handleTouchEnd}
|
onTouchEnd={handleTouchEnd}
|
||||||
className={styles.socialIconsContainer}
|
|
||||||
>
|
>
|
||||||
<InstagramIcon className={styles.socialIcon} />
|
<div className={styles.promotionContainer}>
|
||||||
<XIcon className={styles.socialIcon} />
|
<Ads1 />
|
||||||
<SnapIcon className={styles.socialIcon} />
|
</div>
|
||||||
<JIcon className={styles.socialIcon} />
|
|
||||||
|
<div className={styles.socialIconsContainer}>
|
||||||
|
<InstagramIcon className={styles.socialIcon} />
|
||||||
|
<XIcon className={styles.socialIcon} />
|
||||||
|
<SnapIcon className={styles.socialIcon} />
|
||||||
|
<JIcon className={styles.socialIcon} />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user