From cc5da6723f6cf143e816e2b42ac0364bc4f3d87a Mon Sep 17 00:00:00 2001 From: Claude Dev Date: Sun, 15 Mar 2026 13:34:12 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20Chat-Overlay=20Breite=20auf=2070%=20der?= =?UTF-8?q?=20Fenstergr=C3=B6=C3=9Fe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- src/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index f6422b6..6d38fd4 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -4848,7 +4848,7 @@ a.map-popup-article:hover { top: 50%; left: 50%; transform: translate(-50%, -50%); - width: min(700px, calc(100vw - 48px)); + width: min(70vw, calc(100vw - 48px)); height: min(80vh, calc(100vh - 48px)); border-radius: 12px; z-index: 10000;