fix: Minor alignment issues with the queue badge

This commit is contained in:
blessedcoolant 2024-01-04 01:10:11 +05:30 committed by Kent Keirsey
parent 535639cb95
commit 0cc0d794d1
2 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,7 @@ const QueueControls = () => {
position="relative"
borderRadius="base"
gap={2}
pt={2}
flexDir="column"
>
<InvButtonGroup size="lg" isAttached={false}>

View File

@ -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 />