mirror of
https://github.com/lobehub/sd-webui-lobe-theme.git
synced 2026-01-09 06:23:44 +08:00
🐛 fix: fix quicksetting sidebar default width
This commit is contained in:
parent
e3e9488923
commit
43bc9bfd59
File diff suppressed because one or more lines are too long
@ -38,7 +38,7 @@ const QuickSettingSidebar = memo<QuickSettingSidebarProps>(({ headerHeight }) =>
|
||||
<DraggablePanel
|
||||
defaultSize={{ width: setting.sidebarWidth }}
|
||||
expand={expand}
|
||||
minWidth={setting.extraNetworkSidebarWidth}
|
||||
minWidth={setting.sidebarWidth}
|
||||
mode={mode}
|
||||
onExpandChange={setExpand}
|
||||
onSizeChange={(_, size) => size?.width && setWidth(Number.parseInt(String(size.width)))}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user