style : analysis UI size rework

This commit is contained in:
GuillaumeSD
2024-04-06 17:34:18 +02:00
parent bcb3366895
commit 71fef9014c
17 changed files with 66 additions and 31 deletions

View File

@@ -22,19 +22,19 @@ export default function GamePanel() {
columnGap={3}
>
<Grid item container xs justifyContent="center" alignItems="center">
<Typography noWrap>
<Typography noWrap fontSize="0.9rem">
Site : {gameFromUrl?.site || game.header().Site || "?"}
</Typography>
</Grid>
<Grid item container xs justifyContent="center" alignItems="center">
<Typography noWrap>
<Typography noWrap fontSize="0.9rem">
Date : {gameFromUrl?.date || game.header().Date || "?"}
</Typography>
</Grid>
<Grid item container xs justifyContent="center" alignItems="center">
<Typography noWrap>
<Typography noWrap fontSize="0.9rem">
Result :{" "}
{gameFromUrl?.termination || game.header().Termination || "?"}
</Typography>

View File

@@ -17,7 +17,7 @@ export default function ReviewPanelHeader() {
justifyContent="center"
alignItems="center"
xs={12}
rowGap={3}
rowGap={2}
>
<Grid
item
@@ -40,7 +40,7 @@ export default function ReviewPanelHeader() {
xs={12}
justifyContent="center"
alignItems="center"
rowGap={3}
rowGap={2}
columnGap={12}
>
<GamePanel />