Skip to content

Commit

Permalink
[frontend/UX] fix follower count font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriha-chan committed Oct 4, 2023
1 parent 5ae0736 commit d011760
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/frontend/src/pages/user/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,11 @@ onUnmounted(() => {
font-size: 90%;
line-height: 16px;
opacity: 0.45;
margin-inline-end: 0.2em;
}

> span {
font-size: 70%;
font-size: 90%;
opacity: 0.9;
}
}
Expand Down

0 comments on commit d011760

Please sign in to comment.