We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bff0db commit 5d90266Copy full SHA for 5d90266
src/components/modules/comment/CommentSkeleton.tsx
@@ -1,6 +1,6 @@
1
const CommentSkeletonSingle = () => {
2
return (
3
- <li className="relative animate-pulse list-none">
+ <li className="relative list-none content-auto">
4
<div className="group flex w-full items-stretch gap-2">
5
<div className="flex w-9 shrink-0 items-end">
6
<div className="size-9 rounded-full bg-gray-300 dark:bg-neutral-600" />
0 commit comments