fix: restore Expand/Minimize button in AI panel + dynamic width, note thumbnail SVG placeholder with emoji/letter

This commit is contained in:
Antigravity
2026-05-07 23:33:20 +00:00
parent 3b036e84b8
commit 38c637cfac
3 changed files with 71 additions and 3 deletions

View File

@@ -899,7 +899,7 @@ export function NoteEditor({ note, readOnly = false, onClose, fullPage = false }
{/* ── Side panel: AI Chat ── */}
{aiOpen && (
<div className="w-[400px] h-full self-stretch border-l border-black/10 dark:border-white/10 bg-background flex flex-col z-50 shrink-0">
<div className="h-full self-stretch bg-background flex flex-col z-50 shrink-0">
<ContextualAIChat
onClose={() => setAiOpen(false)}
noteTitle={title}