Fix emoji size
This commit is contained in:
parent
ca4d5950d0
commit
2bc549a66a
1 changed files with 12 additions and 0 deletions
|
@ -152,6 +152,18 @@
|
||||||
flex-basis: 500px;
|
flex-basis: 500px;
|
||||||
|
|
||||||
.user-profile-fields {
|
.user-profile-fields {
|
||||||
|
img {
|
||||||
|
object-fit: contain;
|
||||||
|
vertical-align: middle;
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 400px;
|
||||||
|
|
||||||
|
&.emoji {
|
||||||
|
width: 32px;
|
||||||
|
height: 32px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
dl {
|
dl {
|
||||||
margin: 1em 1.5em;
|
margin: 1em 1.5em;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue