emotes: display in grid instead of one per line

This commit is contained in:
Alex Dunn 2020-06-07 14:36:14 -07:00
parent fb32ba7348
commit 25890d22c7
1 changed files with 6 additions and 5 deletions

View File

@ -110,16 +110,17 @@ input[type=text] {
} }
#emotesbody { #emotesbody {
color: var(--var-message-color); color: var(--var-message-color);
} }
.emotedef { .emotedef {
display: flex; float: left;
flex-direction: row; padding: 5px 5px 15px 5px;
} }
.emotedef div { .emotedef img {
padding: 5px; height: 112px;
width: 112px;
} }
.notice { .notice {