fix: size of modal avatar is not right
This commit is contained in:
parent
9b932437fc
commit
af30767ab6
@ -3,7 +3,7 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<NcAvatar :display-name="name"
|
<NcAvatar :display-name="name"
|
||||||
:is-no-user="true"
|
:is-no-user="true"
|
||||||
size="256"
|
:size="256"
|
||||||
:url="image" />
|
:url="image" />
|
||||||
<h2>{{ name }}</h2>
|
<h2>{{ name }}</h2>
|
||||||
<p v-html="strippedDescription" />
|
<p v-html="strippedDescription" />
|
||||||
|
Loading…
Reference in New Issue
Block a user