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 && ( -
+