fixes
This commit is contained in:
@@ -113,21 +113,21 @@ export default function RestaurantServices() {
|
|||||||
},
|
},
|
||||||
]) ||
|
]) ||
|
||||||
[]),
|
[]),
|
||||||
...((is_booking_enabled && [
|
// ...((is_booking_enabled && [
|
||||||
{
|
// {
|
||||||
id: OrderType.Booking,
|
// id: OrderType.Booking,
|
||||||
title: t("common.tableBooking"),
|
// title: t("common.tableBooking"),
|
||||||
description: t("home.services.booking"),
|
// description: t("home.services.booking"),
|
||||||
icon: (
|
// icon: (
|
||||||
<BookingIcon
|
// <BookingIcon
|
||||||
className={styles.serviceIcon + " " + styles.bookingIcon}
|
// className={styles.serviceIcon + " " + styles.bookingIcon}
|
||||||
/>
|
// />
|
||||||
),
|
// ),
|
||||||
color: "bg-indigo-50 text-indigo-600",
|
// color: "bg-indigo-50 text-indigo-600",
|
||||||
href: `/${subdomain}/menu?orderType=${OrderType.Booking}`,
|
// href: `/${subdomain}/menu?orderType=${OrderType.Booking}`,
|
||||||
},
|
// },
|
||||||
]) ||
|
// ]) ||
|
||||||
[]),
|
// []),
|
||||||
...((delivery && [
|
...((delivery && [
|
||||||
{
|
{
|
||||||
id: OrderType.Delivery,
|
id: OrderType.Delivery,
|
||||||
|
|||||||
@@ -114,6 +114,8 @@ export default function RestaurantPage() {
|
|||||||
<Ads1 />
|
<Ads1 />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
<div className={styles.socialIconsContainer}>
|
<div className={styles.socialIconsContainer}>
|
||||||
<InstagramIcon className={styles.socialIcon} />
|
<InstagramIcon className={styles.socialIcon} />
|
||||||
<XIcon className={styles.socialIcon} />
|
<XIcon className={styles.socialIcon} />
|
||||||
@@ -121,7 +123,6 @@ export default function RestaurantPage() {
|
|||||||
<JIcon className={styles.socialIcon} />
|
<JIcon className={styles.socialIcon} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
{/* Order Details Bottom Sheet - Moved outside the container */}
|
{/* Order Details Bottom Sheet - Moved outside the container */}
|
||||||
<OrderDetailsBottomSheet
|
<OrderDetailsBottomSheet
|
||||||
|
|||||||
@@ -94,12 +94,9 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
position: fixed;
|
|
||||||
bottom: 3%;
|
|
||||||
left: 50%;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.socialIcon {
|
.socialIcon {
|
||||||
@@ -289,10 +286,6 @@
|
|||||||
|
|
||||||
/* Social icons positioning for tablet */
|
/* Social icons positioning for tablet */
|
||||||
.socialIconsContainer {
|
.socialIconsContainer {
|
||||||
position: fixed;
|
|
||||||
bottom: 32px;
|
|
||||||
left: 50%;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 28px;
|
gap: 28px;
|
||||||
padding: 16px 28px;
|
padding: 16px 28px;
|
||||||
@@ -494,10 +487,6 @@
|
|||||||
|
|
||||||
/* Social icons positioning for desktop */
|
/* Social icons positioning for desktop */
|
||||||
.socialIconsContainer {
|
.socialIconsContainer {
|
||||||
position: fixed;
|
|
||||||
bottom: 24px;
|
|
||||||
left: 50%;
|
|
||||||
transform: translateX(-50%);
|
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 24px;
|
gap: 24px;
|
||||||
backdrop-filter: blur(12px);
|
backdrop-filter: blur(12px);
|
||||||
|
|||||||
Reference in New Issue
Block a user