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"
|
||||
borderRadius="base"
|
||||
gap={2}
|
||||
pt={2}
|
||||
flexDir="column"
|
||||
>
|
||||
<InvButtonGroup size="lg" isAttached={false}>
|
||||
|
@ -251,9 +251,9 @@ const InvokeTabs = () => {
|
||||
gap={4}
|
||||
isLazy
|
||||
>
|
||||
<Flex flexDir="column" alignItems="center" pt={2}>
|
||||
<Flex flexDir="column" alignItems="center" pt={4}>
|
||||
<InvokeAILogoComponent />
|
||||
<InvTabList gap={4} pt={8} pb={4} h="full" flexDir="column">
|
||||
<InvTabList gap={4} pt={12} pb={4} h="full" flexDir="column">
|
||||
{tabs}
|
||||
<Spacer />
|
||||
<SettingsMenu />
|
||||
|
Loading…
Reference in New Issue
Block a user