fix(ui): make uncategorized and board components same height

This commit is contained in:
psychedelicious 2024-07-24 12:39:40 +10:00
parent ab2548c0cd
commit c4b3405bfa
2 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,7 @@ const GalleryBoard = ({ board, isSelected, setBoardToDelete }: GalleryBoardProps
gap={4}
bg={isSelected ? 'base.850' : undefined}
_hover={_hover}
h={12}
>
<CoverImage board={board} />
<Editable

View File

@ -70,6 +70,7 @@ const NoBoardBoard = memo(({ isSelected }: Props) => {
gap={4}
bg={isSelected ? 'base.850' : undefined}
_hover={_hover}
h={12}
>
<Flex w="10" justifyContent="space-around">
{/* iconified from public/assets/images/invoke-symbol-wht-lrg.svg */}