Skip to content

Commit

Permalink
Update post card skeleton styles
Browse files Browse the repository at this point in the history
  • Loading branch information
thebkht committed Nov 20, 2023
1 parent dc4cdc9 commit b92c166
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/skeletons/post-card-1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ export default function PostCardSkeletonV2(
<div className="col-span-12 flex flex-col justify-between space-y-4 h-full w-full">
<div className="flex items-center gap-1.5">
<Skeleton className="w-5 h-5 rounded-full" />
<Skeleton className="w-20 h-5" />
<Skeleton className="w-40 h-5" />
</div>
<div className="flex">
<div className="flex-initial w-full">
<div>
<div className="pb-2">
<div className="mb-6 space-y-2">
<Skeleton className="w-full h-6" />
<Skeleton className="w-full h-6" />
</div>
<div className="post-subtitle hidden md:block">
<div className="post-subtitle hidden md:block space-y-2">
<Skeleton className="w-full h-5" />
<Skeleton className="w-full h-5" />
<Skeleton className="w-full h-5" />
Expand All @@ -35,7 +35,7 @@ export default function PostCardSkeletonV2(
</div>
</div>
<div className="">
<Skeleton className="w-16 h-5" />
<Skeleton className="w-24 h-5" />
</div>
</div>
</div>
Expand Down

0 comments on commit b92c166

Please sign in to comment.