mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-27 04:08:30 +00:00
feat: use default sidebar width
This commit is contained in:
parent
88eb341115
commit
d0988b3cf0
@ -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}
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user