Merge pull request #124 from dunn/emote-grid
emotes: display in grid instead of one per line
This commit is contained in:
commit
523f648379
@ -111,16 +111,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 {
|
||||
|
Loading…
Reference in New Issue
Block a user