fix example env and give planet table some space

This commit is contained in:
Calli
2023-08-02 14:46:39 +03:00
parent dbcf3a5a4f
commit 0fcc44274f
3 changed files with 8 additions and 7 deletions

View File

@@ -195,12 +195,13 @@ export const PlanetTableRow = ({
planet.planet_type.slice(1)
} planet.`}
>
<div style={{ display: "flex" }}>
<div style={{ display: "flex", minWidth: "8em" }}>
<Image
src={`/${planet.planet_type}.png`}
alt=""
width={theme.custom.cardImageSize / 6}
height={theme.custom.cardImageSize / 6}
style={{marginRight: "5px"}}
/>
{planetInfoUniverse?.name}
</div>
@@ -288,7 +289,7 @@ export const PlanetTableRow = ({
</div>
</TableCell>
<TableCell>
<div style={{ display: "flex", flexDirection: "column" }}>
<div style={{ display: "flex", flexDirection: "column", minWidth: "4em", textAlign: "end" }}>
{exports.map((e) => (
<Typography
key={`export-praisal-${character.character.characterId}-${planet.planet_id}-${e.typeId}`}