From 1995cbd7f423516f074b93cb263e1e55a1dfe082 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:52:34 +0200 Subject: [PATCH] Increase max-height of #spirit-info for better visibility --- 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 f9bd3f4..b1ce172 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -118,7 +118,7 @@ canvas { width: 90vw; max-width: 400px; min-width: 0; - max-height: 82dvh; /* dynamic viewport height */ + max-height: 700px; /* dynamic viewport height */ padding: 8vw 4vw 4vw 4vw; } .spirit-info-flex {