Make emoji small within the moderator info box. closes #1519

This commit is contained in:
Gabe Kangas 2021-11-12 21:42:43 -08:00
parent a6e190bfdd
commit 97f806440e

View file

@ -311,6 +311,11 @@
max-height: 6em;
padding: .75rem;
}
.moderator-more-info-message .text-sm img {
display: inline-block;
width: 2rem;
}
@media screen and (max-width: 729px) {
.moderator-more-info-container {
width: auto;