fix: Chat-Overlay Breite auf 85vw

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dieser Commit ist enthalten in:
Claude Dev
2026-03-15 13:35:46 +01:00
Ursprung cc5da6723f
Commit a9f22108da

Datei anzeigen

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