feat: limit max height of profile note
This commit is contained in:
parent
d0b8c9b493
commit
b2153fa12e
3 changed files with 5 additions and 3 deletions
|
@ -43,7 +43,7 @@ defineOptions({
|
|||
</div>
|
||||
</div>
|
||||
<!-- Note -->
|
||||
<div v-if="account.note">
|
||||
<div v-if="account.note" max-h-100 overflow-y-auto>
|
||||
<ContentRich
|
||||
:content="account.note" :emojis="account.emojis"
|
||||
line-clamp-2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue