From 414ebdb210fd97426bfc6ff38cbeece275ecb7de Mon Sep 17 00:00:00 2001 From: Claude Dev Date: Fri, 27 Mar 2026 22:28:17 +0100 Subject: [PATCH] fix: InfoBox Breite passt sich dem Inhalt an (auto, 280-600px) Co-Authored-By: Claude Opus 4.6 (1M context) --- static/css/globe.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/globe.css b/static/css/globe.css index 2d6c7fd..493a9fc 100644 --- a/static/css/globe.css +++ b/static/css/globe.css @@ -443,8 +443,8 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo left: 254px !important; right: auto !important; transform: none !important; - max-width: 520px !important; - width: 520px !important; + max-width: 600px !important; + width: auto !important; min-width: 280px !important; max-height: 70vh !important; z-index: 150 !important; }