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 {
color: var(--var-message-color);
color: var(--var-message-color);
}
.emotedef {
display: flex;
flex-direction: row;
float: left;
padding: 5px 5px 15px 5px;
}
.emotedef div {
padding: 5px;
.emotedef img {
height: 112px;
width: 112px;
}
.notice {