Wire up emoji+custom emote selector to text input. Closes #1887

This commit is contained in:
Gabe Kangas
2022-09-06 17:52:02 -07:00
parent 6ebf342815
commit 121c9415f1
5 changed files with 182 additions and 84 deletions

View File

@@ -100,3 +100,9 @@ body {
overflow: hidden;
}
}
.emoji {
height: 30px;
margin-left: 5px;
margin-right: 5px;
}