fixed some issues related to user avatar

This commit is contained in:
Henry Jameson 2020-08-18 23:57:42 +03:00
parent 7de78b1401
commit 815f230ac7
7 changed files with 17 additions and 16 deletions

View file

@ -60,6 +60,7 @@
@click="openModal"
>
<StillImage
class="image"
:referrerpolicy="referrerpolicy"
:mimetype="attachment.mimetype"
:src="attachment.large_thumb_url || attachment.url"
@ -281,8 +282,11 @@
}
.image-attachment {
width: 100%;
height: 100%;
&,
& .image {
width: 100%;
height: 100%;
}
&.hidden {
display: none;