@phenomlab said in Netflix hints at password sharing crackdown:
Amazon Prime is much the same
I must admit I’ve never been able to find anything on there that I fancied watching, maybe I’m just boring 😆😉.
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!!