From 77d645894664b43111651859fa5b1756d1e45de8 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Thu, 7 May 2026 23:02:20 +0000 Subject: [PATCH] fix: AI/Info panels h-full self-stretch fill screen, bg-background consistent, items-stretch on parent --- memento-note/components/note-editor.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/memento-note/components/note-editor.tsx b/memento-note/components/note-editor.tsx index abbdf24..5c8cef8 100644 --- a/memento-note/components/note-editor.tsx +++ b/memento-note/components/note-editor.tsx @@ -673,11 +673,11 @@ export function NoteEditor({ note, readOnly = false, onClose, fullPage = false } return ( <> - {/* ── outer container: white like prototype ── */} -
+ {/* ── outer container ── */} +
{/* ── main scrollable column ── */} -
+
{/* TOOLBAR — px-12 py-8, bg-white/90, rounded-full buttons */}
@@ -883,9 +883,9 @@ export function NoteEditor({ note, readOnly = false, onClose, fullPage = false }
- {/* ── Side panel: AI Chat (prototype style: w-[400px], border-l, bg-white) ── */} + {/* ── Side panel: AI Chat ── */} {aiOpen && ( -
+
setAiOpen(false)} noteTitle={title} @@ -908,7 +908,7 @@ export function NoteEditor({ note, readOnly = false, onClose, fullPage = false } {/* ── Side panel: Document Info ── */} {infoOpen && ( -
+