mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
minor: tweak padding on ControlNet Collapse
This commit is contained in:
parent
9afc909ff0
commit
f5c5f59220
@ -69,7 +69,7 @@ const ParamControlNetCollapse = () => {
|
||||
|
||||
return (
|
||||
<IAICollapse label="ControlNet" activeLabel={activeLabel}>
|
||||
<Flex sx={{ flexDir: 'column', gap: 2 }}>
|
||||
<Flex sx={{ flexDir: 'column', gap: 2, pb: 1 }}>
|
||||
<Flex
|
||||
sx={{
|
||||
w: '100%',
|
||||
|
Loading…
Reference in New Issue
Block a user