diff --git a/memento-note/components/note-editor/note-editor-dialog.tsx b/memento-note/components/note-editor/note-editor-dialog.tsx index b6b5c79..6bf32a5 100644 --- a/memento-note/components/note-editor/note-editor-dialog.tsx +++ b/memento-note/components/note-editor/note-editor-dialog.tsx @@ -46,7 +46,7 @@ export function NoteEditorDialog({ onClose }: NoteEditorDialogProps) { diff --git a/memento-note/components/note-editor/note-editor-full-page.tsx b/memento-note/components/note-editor/note-editor-full-page.tsx index 2552eaa..81043b9 100644 --- a/memento-note/components/note-editor/note-editor-full-page.tsx +++ b/memento-note/components/note-editor/note-editor-full-page.tsx @@ -72,8 +72,8 @@ export function NoteEditorFullPage({ onClose }: NoteEditorFullPageProps) { {/* TOOLBAR */} setUploadTrigger(v => v + 1)} attachmentsCount={attachmentsCount} /> - {/* BODY — max-w-4xl, responsive px, py-16 */} -
+ {/* BODY — max-w-5xl, responsive px, py-16 */} +
{/* Breadcrumb + Title block */}
@@ -130,8 +130,8 @@ export function NoteEditorFullPage({ onClose }: NoteEditorFullPageProps) {
)} - {/* Content area — max-w-3xl for wider reading column */} -
+ {/* Content area — max-w-4xl for wider reading column */} +
{state.quotaExceededFeature === 'reformulate' && ( +