From 837a187bd108cc98afbf68d449294352ed356687 Mon Sep 17 00:00:00 2001 From: Saravana Achu Mac Date: Tue, 5 May 2026 10:58:10 -0700 Subject: [PATCH] fix(web): stabilize mobile layouts --- web/src/app/(app)/notes/[noteId]/page.tsx | 4 ++-- web/src/app/(app)/workspaces/page.tsx | 2 +- web/src/app/globals.css | 16 ++++++++++++++++ 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/web/src/app/(app)/notes/[noteId]/page.tsx b/web/src/app/(app)/notes/[noteId]/page.tsx index 159fd2c..0c764c0 100644 --- a/web/src/app/(app)/notes/[noteId]/page.tsx +++ b/web/src/app/(app)/notes/[noteId]/page.tsx @@ -228,7 +228,7 @@ export default function NoteDetailPage() { title={note.title} description="Editable note surface with metadata, linked context, tasks, artifacts, and review history." actions={ -
+
{isSaving ? ( Saving ) : ( @@ -259,7 +259,7 @@ export default function NoteDetailPage() {
} > -
+
} > -
+