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 */}