Skip to content

Commit

Permalink
fix: small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarsen136 committed May 7, 2024
1 parent 0da1283 commit e0b6b6e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions components/profile/follow/UserRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
alt="follower avatar"
class="w-12 h-12 rounded-full border object-cover mr-4" />
<div class="flex flex-col gap-[6px]">
<span class="text-k-black font-bold truncate max-w-[10rem]">{{
user.name
}}</span>
<span
class="text-k-black font-bold truncate max-w-[10rem] max-sm:max-w-[8rem]"
>{{ user.name }}</span
>
<p class="text-sm">
{{ followersCount }}
<span class="text-k-grey">{{
Expand Down

0 comments on commit e0b6b6e

Please sign in to comment.