fix recents on safari

This commit is contained in:
kv
2024-04-06 19:41:39 -07:00
parent f75d30d8ce
commit 294bc8712b

View File

@@ -87,7 +87,7 @@ const RecentlyViewed = () => {
type !== "System" && (
<Card
onClick={() => nav(`/${type.toLowerCase()}s/${id}`)}
className="px-3 py-2 h-full hover:bg-accent/50 group-focus:bg-accent/50 transition-colors cursor-pointer"
className="px-3 py-2 h-fit hover:bg-accent/50 group-focus:bg-accent/50 transition-colors cursor-pointer"
>
<CardContent className="flex items-center justify-between gap-4 px-3 py-2 text-sm text-muted-foreground">
<ResourceLink type={type} id={id} />