fix: InfoBox Breite passt sich dem Inhalt an (auto, 280-600px)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
Claude Dev
2026-03-27 22:28:17 +01:00
Ursprung 1bd43caaf3
Commit 414ebdb210

Datei anzeigen

@@ -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;
}