feat(ui): Move img2img badge info to top right

This commit is contained in:
blessedcoolant 2023-04-26 22:59:19 +12:00 committed by psychedelicious
parent a08189d457
commit a968862e6b

View File

@ -40,8 +40,8 @@ const ImageToImageOverlay = ({
<Flex
sx={{
position: 'absolute',
bottom: 0,
left: 0,
top: 0,
right: 0,
p: 2,
alignItems: 'flex-start',
}}