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 (
|
return (
|
||||||
<IAICollapse label="ControlNet" activeLabel={activeLabel}>
|
<IAICollapse label="ControlNet" activeLabel={activeLabel}>
|
||||||
<Flex sx={{ flexDir: 'column', gap: 2 }}>
|
<Flex sx={{ flexDir: 'column', gap: 2, pb: 1 }}>
|
||||||
<Flex
|
<Flex
|
||||||
sx={{
|
sx={{
|
||||||
w: '100%',
|
w: '100%',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user