this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: full width mobile view tasks

+1 -1
+1 -1
mast-react-vite/src/App.tsx
··· 410 410 setFilterContext={setFilterContext} /> 411 411 412 412 <div className="bg-muted h-14 w-full absolute top-0 " /> 413 - <section className="flex-1 container py-12 h-[calc(100vh-theme(spacing.4))] overflow-hidden relative"> 413 + <section className="flex-1 w-full py-12 h-[calc(100vh-theme(spacing.4))] overflow-hidden relative"> 414 414 <SidebarTrigger className="absolute top-4 left-8 border border-foreground" /> 415 415 <div className="absolute top-4 right-12 flex gap-2"> 416 416 {selectedItems.size > 0 && (