Merge branch 'emoji-limit-profile' into 'develop'

user_card.vue: Set img.emoji to 32×32px

See merge request pleroma/pleroma-fe!665
This commit is contained in:
HJ 2019-03-11 09:45:16 +00:00
commit 89d684af4e

View file

@ -159,6 +159,18 @@
&-bio {
text-align: center;
img {
object-fit: contain;
vertical-align: middle;
max-width: 100%;
max-height: 400px;
.emoji {
width: 32px;
height: 32px;
}
}
}
// Modifiers