style : analysis tabs sizes rework

This commit is contained in:
GuillaumeSD
2025-05-10 01:22:08 +02:00
parent e37152e651
commit 0df9ad6f54
6 changed files with 75 additions and 54 deletions

View File

@@ -25,7 +25,12 @@ export default function MoveInfo() {
if (!bestMoveSan) {
return (
<Grid size={12} justifyItems="center" alignContent="center">
<Grid
size={12}
justifyItems="center"
alignContent="center"
marginTop={0.5}
>
<Skeleton
variant="rounded"
animation="wave"
@@ -55,7 +60,13 @@ export default function MoveInfo() {
: `${bestMoveSan} was the best move`;
return (
<Grid container columnGap={5} justifyContent="center" size={12}>
<Grid
container
columnGap={5}
justifyContent="center"
size={12}
marginTop={0.5}
>
{moveLabel && (
<Stack direction="row" alignItems="center" spacing={1}>
{moveClassification && (