Pin AI chat panel to bottom of editor area

This commit is contained in:
2026-05-27 10:50:43 +02:00
parent 8223e72fe3
commit 0b0f917694
+1 -3
View File
@@ -1547,13 +1547,11 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; b
/* ─── AI Chat Panel ───────────────────────────────────────────────────────── */ /* ─── AI Chat Panel ───────────────────────────────────────────────────────── */
.ai-chat-panel { .ai-chat-panel {
height: 15%;
min-height: 100px;
max-height: 200px;
border-top: 1px solid var(--border); border-top: 1px solid var(--border);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background: var(--bg-secondary); background: var(--bg-secondary);
margin-top: auto;
} }
.ai-chat-modes { .ai-chat-modes {
display: flex; display: flex;