From 525f68f1fd6233f07da4954f93811f299a4f21bd Mon Sep 17 00:00:00 2001 From: GuillaumeSD Date: Mon, 26 Feb 2024 02:19:09 +0100 Subject: [PATCH] style : fix stretch view --- src/pages/index.tsx | 62 +++++++++++++++------------------------------ 1 file changed, 21 insertions(+), 41 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index d6c5c3e..04de08d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -37,60 +37,40 @@ export default function GameReport() { }, [gameId, setEval, setBoardOrientation, resetBoard, setGamePgn]); return ( - - - - + + - - {isMdOrGreater ? : } + {isMdOrGreater ? : } - + - + - + - {isMdOrGreater ? : } - + {isMdOrGreater ? : } );