mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): make uncategorized and board components same height
This commit is contained in:
parent
ab2548c0cd
commit
c4b3405bfa
@ -131,6 +131,7 @@ const GalleryBoard = ({ board, isSelected, setBoardToDelete }: GalleryBoardProps
|
|||||||
gap={4}
|
gap={4}
|
||||||
bg={isSelected ? 'base.850' : undefined}
|
bg={isSelected ? 'base.850' : undefined}
|
||||||
_hover={_hover}
|
_hover={_hover}
|
||||||
|
h={12}
|
||||||
>
|
>
|
||||||
<CoverImage board={board} />
|
<CoverImage board={board} />
|
||||||
<Editable
|
<Editable
|
||||||
|
@ -70,6 +70,7 @@ const NoBoardBoard = memo(({ isSelected }: Props) => {
|
|||||||
gap={4}
|
gap={4}
|
||||||
bg={isSelected ? 'base.850' : undefined}
|
bg={isSelected ? 'base.850' : undefined}
|
||||||
_hover={_hover}
|
_hover={_hover}
|
||||||
|
h={12}
|
||||||
>
|
>
|
||||||
<Flex w="10" justifyContent="space-around">
|
<Flex w="10" justifyContent="space-around">
|
||||||
{/* iconified from public/assets/images/invoke-symbol-wht-lrg.svg */}
|
{/* iconified from public/assets/images/invoke-symbol-wht-lrg.svg */}
|
||||||
|
Loading…
Reference in New Issue
Block a user