From a77e5ce38159ce127325cf09fa98ecbf21659a8b Mon Sep 17 00:00:00 2001 From: Aponia Date: Thu, 5 Oct 2023 18:03:29 -0700 Subject: [PATCH 1/5] fix: remove incorrect margin x and y --- apps/antalmanac/src/components/Map/Map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/antalmanac/src/components/Map/Map.tsx b/apps/antalmanac/src/components/Map/Map.tsx index 242f478bb..e48e3dd4f 100644 --- a/apps/antalmanac/src/components/Map/Map.tsx +++ b/apps/antalmanac/src/components/Map/Map.tsx @@ -217,7 +217,7 @@ export default function CourseMap() { {/* Menu floats above the map. */} - + {days.map((day) => ( From fd4ebb55f53cd7475dc36ffb558bef10274cb707 Mon Sep 17 00:00:00 2001 From: Aponia Date: Thu, 5 Oct 2023 18:18:31 -0700 Subject: [PATCH 2/5] Update apps/antalmanac/src/components/Map/Map.tsx Co-authored-by: Kevin Wu --- apps/antalmanac/src/components/Map/Map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/antalmanac/src/components/Map/Map.tsx b/apps/antalmanac/src/components/Map/Map.tsx index e48e3dd4f..1f4f7887f 100644 --- a/apps/antalmanac/src/components/Map/Map.tsx +++ b/apps/antalmanac/src/components/Map/Map.tsx @@ -217,7 +217,7 @@ export default function CourseMap() { {/* Menu floats above the map. */} - + {days.map((day) => ( From 4e19dec7480682466e966f3e13883c181072ca5f Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Thu, 5 Oct 2023 22:59:59 -0700 Subject: [PATCH 3/5] Use percentage-based margins --- apps/antalmanac/src/components/Map/Map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/antalmanac/src/components/Map/Map.tsx b/apps/antalmanac/src/components/Map/Map.tsx index 1f4f7887f..d312bce10 100644 --- a/apps/antalmanac/src/components/Map/Map.tsx +++ b/apps/antalmanac/src/components/Map/Map.tsx @@ -217,7 +217,7 @@ export default function CourseMap() { {/* Menu floats above the map. */} - + {days.map((day) => ( From 7ed911e7e17407f6ab16f7ab9d9c57bf53a78942 Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Thu, 5 Oct 2023 23:33:58 -0700 Subject: [PATCH 4/5] Change percentage margins to percentage width --- apps/antalmanac/src/components/Map/Map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/antalmanac/src/components/Map/Map.tsx b/apps/antalmanac/src/components/Map/Map.tsx index d312bce10..09ca69d56 100644 --- a/apps/antalmanac/src/components/Map/Map.tsx +++ b/apps/antalmanac/src/components/Map/Map.tsx @@ -217,7 +217,7 @@ export default function CourseMap() { {/* Menu floats above the map. */} - + {days.map((day) => ( From c16e99ac186890bd3b6b4616a28bd9f6016130e2 Mon Sep 17 00:00:00 2001 From: Aponia Date: Sat, 7 Oct 2023 07:24:26 -0700 Subject: [PATCH 5/5] style: re-order css properties --- apps/antalmanac/src/components/Map/Map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/antalmanac/src/components/Map/Map.tsx b/apps/antalmanac/src/components/Map/Map.tsx index 09ca69d56..2f33e5715 100644 --- a/apps/antalmanac/src/components/Map/Map.tsx +++ b/apps/antalmanac/src/components/Map/Map.tsx @@ -217,7 +217,7 @@ export default function CourseMap() { {/* Menu floats above the map. */} - + {days.map((day) => (