cgsdev0 / rollycubes

online multiplayer dice game
https://rollycubes.com/
MIT License
21 stars 10 forks source link

chat emoji support #63

Open cgsdev0 opened 1 year ago

cgsdev0 commented 1 year ago

add an emoji picker UI to the chat

brimonk commented 1 year ago

As of writing, it looks like chat has emoji support. Should this still be open? image

cgsdev0 commented 1 year ago

@brimonk added a better description; this is to add UI for picking emojis

cgsdev0 commented 1 year ago

something like this:

form button {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 74px;
    bottom: 77px;
    border-radius: 64px;
}
form button::before {
    content: '😀';
}