revert: annulation largeur notes — retour valeurs précédentes
All checks were successful
CI / Lint, Unit Tests & Build (push) Successful in 6m5s
CI / Deploy production (on server) (push) Successful in 23s

This commit is contained in:
Antigravity
2026-07-05 18:21:26 +00:00
parent fbeea7027c
commit 3d783ac9e2
4 changed files with 7 additions and 7 deletions

View File

@@ -72,8 +72,8 @@ export function NoteEditorFullPage({ onClose }: NoteEditorFullPageProps) {
{/* TOOLBAR */}
<NoteEditorToolbar mode="fullPage" onClose={onClose} onToggleAttachments={() => setUploadTrigger(v => v + 1)} attachmentsCount={attachmentsCount} />
{/* BODY — max-w-6xl, responsive px, py-16 */}
<div className="max-w-6xl mx-auto w-full px-6 sm:px-12 py-16 space-y-12 min-w-0">
{/* BODY — max-w-5xl, responsive px, py-16 */}
<div className="max-w-5xl mx-auto w-full px-6 sm:px-12 py-16 space-y-12 min-w-0">
{/* Breadcrumb + Title block */}
<div className="space-y-4">
@@ -130,8 +130,8 @@ export function NoteEditorFullPage({ onClose }: NoteEditorFullPageProps) {
</div>
)}
{/* Content area — max-w-5xl for wider reading column */}
<div className="max-w-5xl mx-auto w-full space-y-8 pb-32">
{/* Content area — max-w-4xl for wider reading column */}
<div className="max-w-4xl mx-auto w-full space-y-8 pb-32">
{state.quotaExceededFeature === 'reformulate' && (
<InlinePaywall
feature="reformulate"