diff --git a/memento-note/app/globals.css b/memento-note/app/globals.css index 5382a8e..826483d 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, 18px); + --editor-body-size: var(--user-font-size, 16px); } body { diff --git a/memento-note/components/note-editor/note-editor-dialog.tsx b/memento-note/components/note-editor/note-editor-dialog.tsx index d0f3ab4..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 dd833a6..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-6xl, 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-5xl for wider reading column */} -
+ {/* Content area — max-w-4xl for wider reading column */} +
{state.quotaExceededFeature === 'reformulate' && ( +