feat: limit max height of profile note

This commit is contained in:
patak 2022-12-30 21:54:23 +01:00
parent d0b8c9b493
commit b2153fa12e
3 changed files with 5 additions and 3 deletions

View file

@ -109,7 +109,7 @@ const isSelf = $computed(() => currentUser.value?.account.id === account.id)
</button> -->
</div>
</div>
<div v-if="account.note">
<div v-if="account.note" max-h-100 overflow-y-auto>
<ContentRich text-4 text-base :content="account.note" :emojis="account.emojis" />
</div>
<div v-if="namedFields.length" flex="~ col wrap gap1">