From 723f7ef432e741d8c9dc223982bec7ba9bc45336 Mon Sep 17 00:00:00 2001 From: Antigravity Date: Fri, 19 Jun 2026 21:29:27 +0000 Subject: [PATCH] =?UTF-8?q?design:=20OrganizeNotebookDialog=20=E2=86=92=20?= =?UTF-8?q?modal=20centr=C3=A9=20au=20lieu=20de=20slider?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cohérent avec Wizard, Planning, Exercices — tous en modal centré. Scale animation au lieu de slide x. max-h-85vh avec scroll interne. --- .../components/organize-notebook-dialog.tsx | 50 +++++++++---------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/memento-note/components/organize-notebook-dialog.tsx b/memento-note/components/organize-notebook-dialog.tsx index 4a85ae9..6856c00 100644 --- a/memento-note/components/organize-notebook-dialog.tsx +++ b/memento-note/components/organize-notebook-dialog.tsx @@ -100,36 +100,36 @@ export function OrganizeNotebookDialog({ initial={{ opacity: 0 }} animate={{ opacity: 1 }} exit={{ opacity: 0 }} - className="fixed inset-0 z-50 bg-black/40 backdrop-blur-sm" + className="fixed inset-0 z-50 bg-black/40 backdrop-blur-sm flex items-center justify-center p-4" onClick={handleClose} - /> - e.stopPropagation()} > - {/* Header */} -
-
-
- -
-
-

{t('organizeNotebook.title')}

-

{notebookName}

+ e.stopPropagation()} + > + {/* Header */} +
+
+
+ +
+
+

{t('organizeNotebook.title')}

+

{notebookName}

+
+
- -
- {/* Content */} -
+ {/* Content */} +
{/* IDLE */}