}
diff --git a/src/pages/menu/menu.module.css b/src/pages/menu/menu.module.css
index 50955c9..bc6b001 100644
--- a/src/pages/menu/menu.module.css
+++ b/src/pages/menu/menu.module.css
@@ -418,24 +418,34 @@
height: 12px;
}
-.backButtonContainer {
+.headerFloatingBtn {
position: absolute;
z-index: 999;
- left: 20px;
top: 70px;
+
background-color: #fff;
- border-radius: 50%;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
-.searchButtonContainer {
- position: absolute;
- z-index: 999;
- right: 20px;
- top: 70px;
- background-color: #fff;
+.backButtonContainer {
+ left: 20px;
+ border-radius: 50%;
+}
+.orderTypeSelectContainer {
+ width: 20%;
+ height: 32px;
+ left: 40%;
+ border-radius: 40%;
+}
+.orderTypeSelect {
+ width: 90%;
+ margin-left: 5%;
+ margin-right: 5%;
+}
+
+.searchButtonContainer {
+ right: 20px;
border-radius: 50%;
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.searchButton {
@@ -570,7 +580,7 @@
border-radius: 12px !important;
}
- .contentWrapper{
+ .contentWrapper {
margin-top: 16px;
}
}
diff --git a/src/pages/menu/page.tsx b/src/pages/menu/page.tsx
index f9aaa09..42e3bef 100644
--- a/src/pages/menu/page.tsx
+++ b/src/pages/menu/page.tsx
@@ -1,5 +1,5 @@
import { StarFilled } from "@ant-design/icons";
-import { Image, Space } from "antd";
+import { Image, Space, Select } from "antd";
import { FloatingButton } from "components/FloatingButton/FloatingButton";
import ImageWithFallback from "components/ImageWithFallback";
import LoyaltyCard from "components/LoyaltyCard/LoyaltyCard";
@@ -69,7 +69,6 @@ function MenuPage() {
width: "100vw",
}}
/>
-
-
-
{/*
*/}
-
-
@@ -121,8 +129,7 @@ function MenuPage() {
{restaurant?.loyalty_stamps &&
- restaurant?.is_loyalty_enabled &&
- }
+ restaurant?.is_loyalty_enabled && }