Skip to content
Snippets Groups Projects
Commit 89d684af authored by HJ's avatar HJ :fire:
Browse files

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

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

See merge request !665
parents 151e2009 d0e78df2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment