mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): Move img2img badge info to top right
This commit is contained in:
parent
a08189d457
commit
a968862e6b
@ -40,8 +40,8 @@ const ImageToImageOverlay = ({
|
|||||||
<Flex
|
<Flex
|
||||||
sx={{
|
sx={{
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
bottom: 0,
|
top: 0,
|
||||||
left: 0,
|
right: 0,
|
||||||
p: 2,
|
p: 2,
|
||||||
alignItems: 'flex-start',
|
alignItems: 'flex-start',
|
||||||
}}
|
}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user