mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): make aspect ratio preview pixel-perfect size
This commit is contained in:
parent
eb16ad3d6f
commit
1a4be78013
@ -33,7 +33,7 @@ export const ImageSize = memo((props: ImageSizeProps) => {
|
||||
{heightComponent}
|
||||
</InvControlGroup>
|
||||
</Flex>
|
||||
<Flex w="98px" h="98px" flexShrink={0} flexGrow={0}>
|
||||
<Flex w="108px" h="108px" flexShrink={0} flexGrow={0}>
|
||||
<AspectRatioPreview />
|
||||
</Flex>
|
||||
</Flex>
|
||||
|
Loading…
x
Reference in New Issue
Block a user