Fix map quality setting margin
This commit is contained in:
parent
9f81a64fd3
commit
08214cd05c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user