mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-12 23:35:12 -05:00
fix(ui): minor viewer close button styling
This commit is contained in:
committed by
Kent Keirsey
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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user