feat: add emoji picker in editor (#221)

* feat: add vietnamese

* feat: add emoji picker in editor

* fix failing checks

* move emoji button before upload button

* move script to body index.html

* Update web/index.html

Co-authored-by: boojack <stevenlgtm@gmail.com>
This commit is contained in:
f97
2022-09-16 23:42:52 +07:00
committed by GitHub
parent 059080f194
commit e7db587a9e
6 changed files with 84 additions and 0 deletions

View File

@ -62,4 +62,12 @@
}
}
}
.emoji-picker-react {
@apply absolute;
li.emoji::before {
@apply hidden;
}
}
}