Skip to content

Commit 5d90266

Browse files
committed
fix: dom nodes increase
Signed-off-by: Innei <[email protected]>
1 parent 0bff0db commit 5d90266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modules/comment/CommentSkeleton.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const CommentSkeletonSingle = () => {
22
return (
3-
<li className="relative animate-pulse list-none">
3+
<li className="relative list-none content-auto">
44
<div className="group flex w-full items-stretch gap-2">
55
<div className="flex w-9 shrink-0 items-end">
66
<div className="size-9 rounded-full bg-gray-300 dark:bg-neutral-600" />

0 commit comments

Comments
 (0)