feat: update sidebar and files page layout

This commit is contained in:
2025-09-16 00:24:10 +00:00
parent ad1800861e
commit 882f1a4900
3 changed files with 7 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ export function FilesPage() {
return (
<>
<header className="flex py-2 shrink-0 items-center gap-2 border-b px-4 w-full">
<SidebarTrigger className="-ml-1" />
<SidebarTrigger className="-ml-1.5" />
<Breadcrumb>
<BreadcrumbList>
<BreadcrumbItem>
@@ -46,7 +46,7 @@ export function FilesPage() {
<UploadFileButton />
</div>
</header>
<div className="p-4 w-full">
<div className="w-full">
<FileTable />
</div>
</>