feat: search feature working well!

This commit is contained in:
2025-07-21 15:05:28 +01:00
parent 251e2bc553
commit 68010503ab
3 changed files with 45 additions and 50 deletions

View File

@@ -26,7 +26,7 @@ export const SearchCard = (props: { item: UserImage }) => {
return (
<A
href={`/entity/${props.item.data.ID}`}
class="h-[144px] border relative border-neutral-200 cursor-pointer overflow-hidden rounded-xl"
class="w-full h-[144px] border relative border-neutral-200 cursor-pointer overflow-hidden rounded-xl"
>
<UnwrappedSearchCard item={props.item} />
</A>