From d91497f76e78a58b8bd71dd1376e3c9cc4890990 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:45:52 +0200 Subject: [PATCH] Revert adjustment to width of #spirit-info for desktop landscape --- 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 2424115..6ea0b66 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -79,7 +79,7 @@ canvas { /* "Desktop" und Mobile-Landscape (breit genug) */ @media (min-width: 620px) and (orientation: landscape) { #spirit-info { - width: 400px; + width: 600px; max-width: calc(100vw - 64px); min-width: 320px; max-height: calc(100dvh - 64px);