From c271754cfaaa1ab8f98e04f1c9374272031386a5 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Sat, 4 Jul 2026 21:52:48 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20note=20editor=20plus=20large=20?= =?UTF-8?q?=E2=80=94=20max-w-5xl=20body=20+=20max-w-4xl=20content=20+=20di?= =?UTF-8?q?alog=201800px?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Full page editor: - Container: max-w-4xl → max-w-5xl (896px → 1024px) - Content column: max-w-3xl → max-w-4xl (768px → 896px) - Toolbar: max-w-5xl mx-auto (aligné avec le body) Dialog editor: - max-w 1600px → 1800px, 95vw → 97vw - Hauteur 90vh → 92vh Résultat: ~128px de largeur de lecture supplémentaire sur grand écran --- .../components/note-editor/note-editor-dialog.tsx | 2 +- .../components/note-editor/note-editor-full-page.tsx | 8 ++++---- .../components/note-editor/note-editor-toolbar.tsx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) 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' && ( +