diff --git a/memento-note/app/globals.css b/memento-note/app/globals.css index 826483d..5382a8e 100644 --- a/memento-note/app/globals.css +++ b/memento-note/app/globals.css @@ -985,7 +985,7 @@ html.font-system * { /* Editor body size — used for textarea and ProseMirror content */ :root { - --editor-body-size: var(--user-font-size, 16px); + --editor-body-size: var(--user-font-size, 18px); } body { diff --git a/memento-note/components/note-editor/note-editor-dialog.tsx b/memento-note/components/note-editor/note-editor-dialog.tsx index 6bf32a5..d0f3ab4 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 81043b9..dd833a6 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-5xl, responsive px, py-16 */} -
+ {/* BODY — max-w-6xl, responsive px, py-16 */} +
{/* Breadcrumb + Title block */}
@@ -130,8 +130,8 @@ export function NoteEditorFullPage({ onClose }: NoteEditorFullPageProps) {
)} - {/* Content area — max-w-4xl for wider reading column */} -
+ {/* Content area — max-w-5xl for wider reading column */} +
{state.quotaExceededFeature === 'reformulate' && ( +