Pin AI chat panel to bottom of editor area
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user