fix: Chat-Overlay Breite auf 70% der Fenstergröße

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

Datei anzeigen

@@ -4848,7 +4848,7 @@ a.map-popup-article:hover {
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
width: min(700px, calc(100vw - 48px)); width: min(70vw, calc(100vw - 48px));
height: min(80vh, calc(100vh - 48px)); height: min(80vh, calc(100vh - 48px));
border-radius: 12px; border-radius: 12px;
z-index: 10000; z-index: 10000;