fix: Chat-Button wieder sichtbar + Submit zentriert auf Mobile (dangling CSS bereinigt)
Quality Gate / 🛡️ Lint + Type Check + Tests (push) Failing after 10m49s
Quality Gate / 🛡️ Lint + Type Check + Tests (push) Failing after 10m49s
This commit is contained in:
@@ -3073,10 +3073,11 @@ def public_frontend():
|
|||||||
.site-logo-sub { font-size:0.62rem; }
|
.site-logo-sub { font-size:0.62rem; }
|
||||||
.header-right { display:flex; align-items:center; gap:0.3rem; }
|
.header-right { display:flex; align-items:center; gap:0.3rem; }
|
||||||
.header-right a { font-size:0.7rem !important; }
|
.header-right a { font-size:0.7rem !important; }
|
||||||
}
|
/* Chat & Submit zentriert am unteren Rand */
|
||||||
.chat-overlay { bottom:5rem; right:0.5rem; width:calc(100vw - 1rem); max-height:60vh; }
|
.chat-bubble { bottom:1rem; right:auto; left:50%; transform:translateX(calc(-50% - 32px)); }
|
||||||
.chat-bubble { bottom:1rem; right:1rem; }
|
.submit-bubble { bottom:1rem; right:auto; left:50%; transform:translateX(calc(-50% + 32px)); }
|
||||||
.submit-overlay { bottom:4rem; right:0.5rem; width:calc(100vw - 1rem); max-height:90vh; }
|
.chat-overlay { bottom:5rem; right:0.5rem; left:0.5rem; width:auto; max-height:60vh; }
|
||||||
|
.submit-overlay { bottom:5rem; right:0.5rem; left:0.5rem; width:auto; max-height:85vh; }
|
||||||
}
|
}
|
||||||
.chat-bubble { position:fixed; bottom:1.5rem; right:1.5rem; z-index:9999;
|
.chat-bubble { position:fixed; bottom:1.5rem; right:1.5rem; z-index:9999;
|
||||||
width:56px; height:56px; border-radius:50%; background:#1F2937;
|
width:56px; height:56px; border-radius:50%; background:#1F2937;
|
||||||
|
|||||||
Reference in New Issue
Block a user