Moved map controls again

This commit is contained in:
Mitchell McCaffrey 2020-04-20 17:30:59 +10:00
parent 06d232f058
commit 36c3e76403

View File

@ -175,10 +175,11 @@ function MapControls({
sx={{ sx={{
position: "absolute", position: "absolute",
top: 0, top: 0,
right: "4px", right: 0,
flexDirection: "column", flexDirection: "column",
alignItems: "center", alignItems: "center",
}} }}
mx={1}
> >
<IconButton <IconButton
aria-label={isExpanded ? "Hide Map Controls" : "Show Map Controls"} aria-label={isExpanded ? "Hide Map Controls" : "Show Map Controls"}