Browse Source

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

pull/1531/head
Gabe Kangas 4 years ago
parent
commit
97f806440e
  1. 5
      webroot/styles/chat.css

5
webroot/styles/chat.css

@ -311,6 +311,11 @@ @@ -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;

Loading…
Cancel
Save