From 87b61db39f6eff36deb1c2d23b6dc4d5d8560fda Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 28 May 2025 19:06:54 +0200 Subject: [PATCH] Revert adjustment to max-width of index.html container --- 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 391f84f..8a5dd3a 100644 --- a/node/server/public/index.html +++ b/node/server/public/index.html @@ -51,7 +51,7 @@ font-family: 'Segoe UI', sans-serif; box-shadow: 0 12px 64px #000a; width: 80vw; - max-width: 700px; + max-width: 800px; min-width: 0; max-height: 80vh; overflow-y: auto;