fix: size of modal avatar is not right
All checks were successful
repod / xml (push) Successful in 33s
repod / php (push) Successful in 1m16s
repod / nodejs (push) Successful in 2m29s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-01-11 20:58:43 +01:00
parent 9b932437fc
commit af30767ab6

View File

@ -3,7 +3,7 @@
<div class="content">
<NcAvatar :display-name="name"
:is-no-user="true"
size="256"
:size="256"
:url="image" />
<h2>{{ name }}</h2>
<p v-html="strippedDescription" />