user_card.vue: Copy over .status-content img styling

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-03-11 05:14:49 +01:00
parent 07a46f7736
commit d0e78df220
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 10 additions and 3 deletions

View File

@ -160,9 +160,16 @@
&-bio {
text-align: center;
img.emoji {
width: 32px;
height: 32px;
img {
object-fit: contain;
vertical-align: middle;
max-width: 100%;
max-height: 400px;
.emoji {
width: 32px;
height: 32px;
}
}
}