mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-15 16:55:06 -05:00
feat(ui): fix control adapters styling
This commit is contained in:
committed by
Kent Keirsey
parent
37786a26a5
commit
ccbbb417f9
@@ -14,8 +14,7 @@ const formBaseStyle = definePartsStyle((props) => {
|
||||
display: 'flex',
|
||||
flexDirection: props.orientation === 'vertical' ? 'column' : 'row',
|
||||
alignItems: props.orientation === 'vertical' ? 'flex-start' : 'center',
|
||||
gap: 4,
|
||||
// h: props.orientation === 'vertical' ? 'unset' : 8,
|
||||
gap: props.orientation === 'vertical' ? 2 : 4,
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user