From 0b0f91769468b5eae10e5383df6e3834d0a25e04 Mon Sep 17 00:00:00 2001 From: Anders Holck Date: Wed, 27 May 2026 10:50:43 +0200 Subject: [PATCH] Pin AI chat panel to bottom of editor area --- frontend/src/App.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 686a1c7..57f6110 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1547,13 +1547,11 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; b /* ─── AI Chat Panel ───────────────────────────────────────────────────────── */ .ai-chat-panel { - height: 15%; - min-height: 100px; - max-height: 200px; border-top: 1px solid var(--border); display: flex; flex-direction: column; background: var(--bg-secondary); + margin-top: auto; } .ai-chat-modes { display: flex;