Merge branch 'bugfix/user-card-emojis-2' into 'develop'

user_card.vue: Fix .emoji to apply to img

See merge request pleroma/pleroma-fe!766
This commit is contained in:
Shpuld Shpludson 2019-04-22 13:06:15 +00:00
commit b7c16ad68e
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;
}