From ac119c288bf60ea49cfe864731869c8ab9b21a90 Mon Sep 17 00:00:00 2001 From: Timothy Cardoza Date: Wed, 4 Mar 2026 14:07:33 -0600 Subject: [PATCH] Notes view layout fixes --- src/views/NotepadView.tsx | 48 +++++++++++++++++++++------------------ 1 file changed, 26 insertions(+), 22 deletions(-) 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) */} + -
- + +
); }}