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:
@@ -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;
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren