Fix map quality setting margin

This commit is contained in:
Mitchell McCaffrey 2020-07-17 16:36:39 +10:00
parent 9f81a64fd3
commit 08214cd05c

View File

@ -100,7 +100,11 @@ function MapSettings({
my={1}
/>
</Box>
<Flex my={2} sx={{ alignItems: "center" }}>
<Flex
mt={2}
mb={map.type === "default" ? 2 : 0}
sx={{ alignItems: "center" }}
>
<Box sx={{ width: "50%" }}>
<Label>Grid Type</Label>
<Select