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

fix/login-local
Haelwenn (lanodan) Monnier 6 years ago
parent 07a46f7736
commit d0e78df220
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE

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

Loading…
Cancel
Save