Skip to content

Commit d8de183

Browse files
better fitting skeleton
1 parent 905cb8e commit d8de183

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/users/Users.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ const Users = () => {
9090
>
9191
<CardHeader>
9292
<CardTitle>
93-
<Skeleton className="h-[20px] w-[196px] max-w-3/5 rounded-full" />
93+
<Skeleton className="h-[20px] w-[196px] max-w-3/5 md:mb-1 rounded-full" />
9494
</CardTitle>
9595
<CardDescription>
96-
<Skeleton className="h-[16px] w-[144px] max-w-2/5 rounded-full" />
96+
<Skeleton className="h-[16px] w-[144px] max-w-2/5 mb-1 md:mb-4 rounded-full" />
9797
</CardDescription>
9898
</CardHeader>
9999
<CardContent className="flex flex-col gap-2">
100100
<Skeleton className="h-[18px] w-[512px] max-w-4/5 rounded-full" />
101101
<Skeleton className="h-[18px] w-[512px] max-w-4/5 rounded-full" />
102-
<Skeleton className="h-[18px] w-[128px] max-w-4/5 rounded-full" />
102+
<Skeleton className="h-[18px] w-[128px] max-w-4/5 hidden md:flex mb-8 rounded-full" />
103103
</CardContent>
104104
<CardFooter>
105105
<Skeleton className="h-[22px] w-[48px] max-w-2/5 rounded-full" />

0 commit comments

Comments
 (0)