Emote Palette UI Complete

This commit is contained in:
rainbow napkin 2024-12-21 16:47:19 -05:00
parent 633884534c
commit 42d306e1f2
6 changed files with 148 additions and 17 deletions

View file

@ -126,6 +126,10 @@ i.toke-command-list{
margin: 0.2em;
}
#new-emote-button{
margin-left: 0.3em;
}
#emote-list{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));