From a9f22108da48efab456e5e064e96ab6ecc8a74aa Mon Sep 17 00:00:00 2001 From: Claude Dev Date: Sun, 15 Mar 2026 13:35:46 +0100 Subject: [PATCH] fix: Chat-Overlay Breite auf 85vw 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 6d38fd4..03b3ecf 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(70vw, calc(100vw - 48px)); + width: min(85vw, calc(100vw - 48px)); height: min(80vh, calc(100vh - 48px)); border-radius: 12px; z-index: 10000;