diff --git a/artifacts/tx-os/src/pages/notes.tsx b/artifacts/tx-os/src/pages/notes.tsx index 437dd360..c2743787 100644 --- a/artifacts/tx-os/src/pages/notes.tsx +++ b/artifacts/tx-os/src/pages/notes.tsx @@ -794,10 +794,10 @@ export default function NotesPage() { totalCount={notes.length} onShareFolder={(f) => setFolderShareFor(f)} mode={view === "active" && folderSelection.kind === "all" ? "chips-only" : "rail"} - className="order-2 md:order-1" + className={showTopComposer ? "order-2 md:order-1" : undefined} /> )} -