feat: use default sidebar width

This commit is contained in:
Henry Li
2026-01-17 22:01:08 +08:00
parent caf761be59
commit 7ea7a7864e

View File

@@ -30,11 +30,6 @@ export default function WorkspaceLayout({
<QueryClientProvider client={queryClient}>
<SidebarProvider
className="h-screen"
style={
{
"--sidebar-width": "calc(var(--spacing) * 72)",
} as React.CSSProperties
}
open={open}
onOpenChange={handleOpenChange}
>