Skip to content

Commit 3ddfd79

Browse files
authored
Merge pull request #94 from DEEIX-AI/model_capabilities
refactor: enhance model capabilities configuration
2 parents 93035cb + 1a50240 commit 3ddfd79

13 files changed

Lines changed: 920 additions & 42 deletions

File tree

frontend/features/admin/components/admin-shell.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export function AdminShell({
1616
<div className="flex h-full min-h-0 w-full flex-1 overflow-hidden bg-background">
1717
<div className="mx-auto flex h-full min-h-0 w-full max-w-[1230px] flex-col gap-4 overflow-hidden px-3 py-4 md:px-6 xl:flex-row xl:gap-8 xl:px-0 xl:py-6">
1818
<AdminSidebar activeSection={activeSection} basePath={basePath} />
19-
<main className="min-h-0 min-w-0 flex-1 overflow-y-auto [scrollbar-width:none] [-ms-overflow-style:none] [&::-webkit-scrollbar]:hidden">
20-
<div className="mx-auto w-full max-w-[1080px] xl:pt-20">
19+
<main className="min-h-0 min-w-0 flex-1 overflow-x-hidden overflow-y-auto [scrollbar-width:none] [-ms-overflow-style:none] [&::-webkit-scrollbar]:hidden">
20+
<div className="mx-auto w-full min-w-0 max-w-[1080px] xl:pt-20">
2121
{children}
2222
</div>
2323
</main>

0 commit comments

Comments
 (0)