app cards with action menu and tooltips

This commit is contained in:
2026-06-27 00:00:13 -05:00
parent 91ef732eeb
commit 69f269efc7
10 changed files with 236 additions and 16 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export default function Sidebar({ children }: Props) {
<SidebarTrigger className="-ml-1" />
</div>
</header>
<main className="flex-1 overflow-y-auto">{children}</main>
<main className="flex-1 overflow-y-auto ml-4">{children}</main>
</SidebarInset>
</SidebarProvider>
);