Fix emoji size

This commit is contained in:
kPherox 2019-11-18 00:27:14 +09:00
parent ca4d5950d0
commit 2bc549a66a
No known key found for this signature in database
GPG key ID: C04751C2BFA2F62D

View file

@ -152,6 +152,18 @@
flex-basis: 500px;
.user-profile-fields {
img {
object-fit: contain;
vertical-align: middle;
max-width: 100%;
max-height: 400px;
&.emoji {
width: 32px;
height: 32px;
}
}
dl {
margin: 1em 1.5em;