From 9174ef1bdf121306d8d5f96eb8ccaf28abb38c25 Mon Sep 17 00:00:00 2001 From: GuillaumeSD Date: Tue, 9 Apr 2024 23:07:14 +0200 Subject: [PATCH] style : analysis panel height adjustment --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 3ab40db..8186eb8 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -68,7 +68,7 @@ export default function GameReport() { alignItems="center" xs={12} rowGap={2} - maxHeight={{ lg: "calc(98vh - 150px)", xs: "900px" }} + maxHeight={{ lg: "calc(95vh - 130px)", xs: "900px" }} display="grid" gridTemplateRows="repeat(4, auto) fit-content(100%)" >