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
1 changed files with 1 additions and 1 deletions

View File

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