From 06d232f058c88a08e31a82903b55ac15c4950df1 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Mon, 20 Apr 2020 17:28:30 +1000 Subject: [PATCH] Move map menu from right side a little --- src/components/MapControls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MapControls.js b/src/components/MapControls.js index 0658241..5143973 100644 --- a/src/components/MapControls.js +++ b/src/components/MapControls.js @@ -175,7 +175,7 @@ function MapControls({ sx={{ position: "absolute", top: 0, - right: 0, + right: "4px", flexDirection: "column", alignItems: "center", }}