emoji-picker-emoji #163

Closed
Beefox wants to merge 28 commits from Beefox/fox-fe:emoji-picker-emoji into develop
2 changed files with 5 additions and 3 deletions
Showing only changes of commit 9b49f7a21e - Show all commits

View File

@ -71,7 +71,9 @@ export default {
// NEVER EVER TOUCH DATA INSIDE RENDER
render () {
// Don't greentext MFM
const greentext = this.mfm ? false : this.greentext
if (this.mfm) {
this.greentext = false
}
// Pre-process HTML
const { newHtml: html } = preProcessPerLine(this.html, greentext)

View File

@ -23,10 +23,10 @@
animation: mfm-spin 0.5s linear infinite;
}
._mfm_spin_[data-x] {
._mfm_spin_[x] {
animation-name: mfm-spinX;
}
._mfm_spin_[data-y] {
._mfm_spin_[y] {
animation-name: mfm-spinY;
}
._mfm_spin_[left] {