fix: remove motion overlay, fixed #868

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2024-10-15 20:07:01 +08:00
parent 784c765ec2
commit e5e53b8ef8
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 2 additions and 3 deletions

View File

@ -8,7 +8,6 @@ import { FeedCertification } from "~/components/feed-certification"
import { FeedIcon } from "~/components/feed-icon"
import { FollowIcon } from "~/components/icons/follow"
import { Button } from "~/components/ui/button"
import { ListItemHoverOverlay } from "~/components/ui/list-item-hover-overlay"
import { LoadingCircle } from "~/components/ui/loading"
import { views } from "~/constants"
import { usePresentFeedFormModal } from "~/hooks/biz/useFeedFormModal"
@ -117,7 +116,7 @@ export function Component() {
target="_blank"
key={entry.id}
>
<ListItemHoverOverlay className="rounded">
<div className="rounded-xl pl-3 duration-300 hover:bg-theme-item-active">
<Item
entryPreview={{
entries: entry,
@ -127,7 +126,7 @@ export function Component() {
}}
entryId={entry.id}
/>
</ListItemHoverOverlay>
</div>
</a>
))}
</div>