mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Minor alignment issues with the queue badge
This commit is contained in:
parent
535639cb95
commit
0cc0d794d1
@ -18,6 +18,7 @@ const QueueControls = () => {
|
|||||||
position="relative"
|
position="relative"
|
||||||
borderRadius="base"
|
borderRadius="base"
|
||||||
gap={2}
|
gap={2}
|
||||||
|
pt={2}
|
||||||
flexDir="column"
|
flexDir="column"
|
||||||
>
|
>
|
||||||
<InvButtonGroup size="lg" isAttached={false}>
|
<InvButtonGroup size="lg" isAttached={false}>
|
||||||
|
@ -251,9 +251,9 @@ const InvokeTabs = () => {
|
|||||||
gap={4}
|
gap={4}
|
||||||
isLazy
|
isLazy
|
||||||
>
|
>
|
||||||
<Flex flexDir="column" alignItems="center" pt={2}>
|
<Flex flexDir="column" alignItems="center" pt={4}>
|
||||||
<InvokeAILogoComponent />
|
<InvokeAILogoComponent />
|
||||||
<InvTabList gap={4} pt={8} pb={4} h="full" flexDir="column">
|
<InvTabList gap={4} pt={12} pb={4} h="full" flexDir="column">
|
||||||
{tabs}
|
{tabs}
|
||||||
<Spacer />
|
<Spacer />
|
||||||
<SettingsMenu />
|
<SettingsMenu />
|
||||||
|
Loading…
Reference in New Issue
Block a user