yeah of course. I hope you all had a merry Christmas
Android emoji pack
-
Just a quick update for you Mark, Iām sure youāve tested it yourself but the annoying squares next to emojis seem to have disappeared .
-
@jac yes, but only because I wrote a set of CSS commands to hide them !!
-
@phenomlab said in Android emoji pack:
@jac yes, but only because I wrote a set of CSS commands to hide them !!
Ah wow, works great I must say. Iām very surprised this hasnāt been fixed by now by NodeBB.
-
@jac Itās not their problem - itās the maintainer of the third party library they use. The below CSS will resolve that
img.not-responsive.emoji.emoji-android.emoji--skin-tone-2 { display: none; }
-
@phenomlab said in Android emoji pack:
@jac Itās not their problem - itās the maintainer of the third party library they use. The below CSS will resolve that
img.not-responsive.emoji.emoji-android.emoji--skin-tone-2 { display: none; }
Ah I understand mate, thank you for all these very good changes mate, fantastic!!