mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fit ip adapter image to panel
This commit is contained in:
parent
dc1e804887
commit
d905c54795
@ -63,11 +63,14 @@ const ParamIPAdapterImage = () => {
|
||||
|
||||
return (
|
||||
<Flex
|
||||
layerStyle="second"
|
||||
sx={{
|
||||
position: 'relative',
|
||||
w: 'full',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
aspectRatio: '1/1',
|
||||
borderRadius: 'base',
|
||||
}}
|
||||
>
|
||||
<IAIDndImage
|
||||
|
Loading…
Reference in New Issue
Block a user