user_card.vue: Fix .emoji to apply to img

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-04-20 21:06:34 +02:00
parent 61d04b8823
commit 14d506154e
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE

View file

@ -162,7 +162,7 @@
max-width: 100%;
max-height: 400px;
.emoji {
&.emoji {
width: 32px;
height: 32px;
}