Skip to content

Commit b0f315f

Browse files
committed
feat(Cards): add batch actions
Refactor filtering and sorting into a unified modal.
1 parent 313480e commit b0f315f

12 files changed

Lines changed: 968 additions & 418 deletions

File tree

src/components/AppLayout.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,14 @@ export const Layout: React.FC = () => {
145145
defaultSidebarCollapsed={true}
146146
>
147147
{isLibraries ? (
148-
<PageContainer className="max-w-full">
148+
<PageContainer
149+
className="max-w-full"
150+
sx={{
151+
"& > .MuiStack-root > :not(style) ~ :not(style)": {
152+
mt: "0 !important",
153+
},
154+
}}
155+
>
149156
<KeepAlive
150157
name="libraries"
151158
cacheKey="libraries"

0 commit comments

Comments
 (0)