Fix emoji editor

This commit is contained in:
cuom1999 2021-07-26 15:46:27 -05:00
parent 26248b9eb8
commit 850076b444
3 changed files with 26 additions and 19 deletions

View file

@ -143,6 +143,9 @@
.body-block:hover {
background: #eee;
}
#chat-input, #chat-log .content-message {
font-family: "Apple Color Emoji", "Segoe UI", "Lucida Grande", Arial, sans-serif;
}
@media (min-width: 800px) {
#page-container {
position:fixed;