From 987992e960470d6ccc4cb3e2a693dee1c3f3f6b5 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:42:42 +0200 Subject: [PATCH] Update max-height of canvas element in index.html --- node/server/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/server/public/index.html b/node/server/public/index.html index eba5d56..6ea0b66 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -118,7 +118,7 @@ canvas { width: 90vw; max-width: 98vw; min-width: 0; - max-height: 80dvh; /* dynamic viewport height */ + max-height: 82dvh; /* dynamic viewport height */ padding: 8vw 4vw 4vw 4vw; } .spirit-info-flex {