Fix styling of indexeddb disabled warning

This commit is contained in:
Mitchell McCaffrey 2020-11-26 17:08:25 +11:00
parent 025304ee44
commit d231d9340e
2 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,7 @@ function MapTiles({
<Flex
p={2}
pb={4}
pt={databaseStatus === "disabled" ? 4 : 2}
bg="muted"
sx={{
flexWrap: "wrap",
@ -114,6 +115,7 @@ function MapTiles({
left: 0,
right: 0,
textAlign: "center",
borderRadius: "2px",
}}
bg="highlight"
p={1}

View File

@ -91,6 +91,7 @@ function TokenTiles({
<Flex
p={2}
pb={4}
pt={databaseStatus === "disabled" ? 4 : 2}
bg="muted"
sx={{
flexWrap: "wrap",
@ -118,6 +119,7 @@ function TokenTiles({
left: 0,
right: 0,
textAlign: "center",
borderRadius: "2px",
}}
bg="highlight"
p={1}