From 27b47daeda970e65fb32c1c8b46d06bffa98f005 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Sat, 1 Feb 2025 16:08:00 +0530 Subject: [PATCH 1/6] feat: set anchorOrigin horizontal center --- src/components/dashboard/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx index 42527c84..e4aee2f0 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -343,7 +343,7 @@ export const NavBar: React.FC = ({ onClose={handleMenuClose} anchorOrigin={{ vertical: 'bottom', - horizontal: 'right', + horizontal: 'center', }} transformOrigin={{ vertical: 'top', From 8383d61a324c958ab5114b322565e6a18de6eff0 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Sat, 1 Feb 2025 16:08:31 +0530 Subject: [PATCH 2/6] feat: set transformOrigin horizontal center --- src/components/dashboard/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx index e4aee2f0..690eaf36 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -347,7 +347,7 @@ export const NavBar: React.FC = ({ }} transformOrigin={{ vertical: 'top', - horizontal: 'right', + horizontal: 'center', }} PaperProps={{ sx: { width: '180px' } }} > From d77748ed9abc15ade1dc054ef87d56056d1a720e Mon Sep 17 00:00:00 2001 From: amhsirak Date: Sat, 1 Feb 2025 16:11:02 +0530 Subject: [PATCH 3/6] feat: set anchorOrigin horizontal center --- src/components/dashboard/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx index 690eaf36..7cea676f 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -485,7 +485,7 @@ export const NavBar: React.FC = ({ onClose={handleMenuClose} anchorOrigin={{ vertical: "bottom", - horizontal: "right", + horizontal: "center", }} transformOrigin={{ vertical: "top", From ecf723f8dbf291912aa87dd64fa36f32ca9d790e Mon Sep 17 00:00:00 2001 From: amhsirak Date: Sat, 1 Feb 2025 16:11:11 +0530 Subject: [PATCH 4/6] feat: set anchorOrigin horizontal center --- src/components/dashboard/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx index 7cea676f..f17d527c 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -489,7 +489,7 @@ export const NavBar: React.FC = ({ }} transformOrigin={{ vertical: "top", - horizontal: "right", + horizontal: "center", }} > Date: Sat, 1 Feb 2025 16:11:31 +0530 Subject: [PATCH 5/6] feat: set anchorOrigin horizontal center --- src/components/dashboard/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx index f17d527c..2468bfda 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -389,7 +389,7 @@ export const NavBar: React.FC = ({ onClose={handleMenuClose} anchorOrigin={{ vertical: "bottom", - horizontal: "right", + horizontal: "center", }} transformOrigin={{ vertical: "top", From ef8fd5d2af556303676fef83bd2cff96bfbee681 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Sat, 1 Feb 2025 16:11:42 +0530 Subject: [PATCH 6/6] feat: set transformOrigin horizontal center --- src/components/dashboard/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboard/NavBar.tsx b/src/components/dashboard/NavBar.tsx index 2468bfda..710e46e6 100644 --- a/src/components/dashboard/NavBar.tsx +++ b/src/components/dashboard/NavBar.tsx @@ -393,7 +393,7 @@ export const NavBar: React.FC = ({ }} transformOrigin={{ vertical: "top", - horizontal: "right", + horizontal: "center", }} >