diff --git a/src/views/NotepadView.tsx b/src/views/NotepadView.tsx index 997456a..ee9b1a4 100644 --- a/src/views/NotepadView.tsx +++ b/src/views/NotepadView.tsx @@ -175,7 +175,7 @@ export const NotepadView: Component<{ <> {/* Editor Area */}
-
+
- - - -
@@ -245,7 +234,7 @@ export const NotepadView: Component<{ }} >
- +
- - {/* Sticky Full-Width Mobile Close Footer */} -
+ {/* Sticky Footer Actions (Match TaskDetail style) */} +
+ {/* Delete button (persistent for owner) */} + + + + + {/* Close button (Mobile only) */} + -
- + +
); }}