Add width/height to avatar mini image
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
dbd1e6fe2c
commit
62e73e2e6c
@ -2,7 +2,13 @@
|
|||||||
<article class="box">
|
<article class="box">
|
||||||
<div class="identity-header">
|
<div class="identity-header">
|
||||||
<figure class="image is-24x24" v-if="participation.actor.avatar">
|
<figure class="image is-24x24" v-if="participation.actor.avatar">
|
||||||
<img class="is-rounded" :src="participation.actor.avatar.url" alt="" />
|
<img
|
||||||
|
class="is-rounded"
|
||||||
|
:src="participation.actor.avatar.url"
|
||||||
|
alt=""
|
||||||
|
height="24"
|
||||||
|
width="24"
|
||||||
|
/>
|
||||||
</figure>
|
</figure>
|
||||||
{{ displayNameAndUsername(participation.actor) }}
|
{{ displayNameAndUsername(participation.actor) }}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user