mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-05-03 04:02:05 +02:00
fix(ui): minor viewer close button styling
This commit is contained in:
parent
c452edfb9f
commit
999809b4c7
@ -22,8 +22,10 @@ export const ViewerToolbar = memo(({ closeButton }: Props) => {
|
||||
<Flex flex={1} justifyContent="center" alignItems="center">
|
||||
<CurrentImageButtons />
|
||||
</Flex>
|
||||
<Flex flex={1} justifyContent="center" alignItems="center">
|
||||
<Flex marginInlineStart="auto">{closeButton}</Flex>
|
||||
<Flex flex={1} justifyContent="center">
|
||||
<Flex marginInlineStart="auto" alignItems="center">
|
||||
{closeButton}
|
||||
</Flex>
|
||||
</Flex>
|
||||
</Flex>
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user