this post was submitted on 26 Jan 2025
269 points (98.6% liked)
Voyager
5841 readers
461 users here now
The official lemmy community for Voyager, an open source, mobile-first client for lemmy.
Rules
- Be nice.
- lemmy.world instance policy
Sponsor development! ๐
๐
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
OH yeah, I did make a tweak to that recently so emojis are smaller.
btw, I noticed that they are small on db0 instance but don't look right on remote instances - e.g. https://vger.social/post/11849459
I think this is because the markdown needs the "emoji blah" class name - e.g.
(notice the "emoji facepalm" - prefix by word "emoji" make it small on remote instances I think)
Yes I know the markdown text denotes them as emoji, but lemmy by default doesn't add "emoji" to all its custom emoji. Just the emoji shortname. I think the solution tesseract has is to display them at emoji size of they have "emoji" in that text, , or if it matches one of the custom emoji shortdodes. But I'm guessing the later in not possible in remote instances. Hmm, I can adjust my scripts to always add "emoji" there as well, but by default the lemmy ui doesn't add it.
Edit Actually nevermind it seems it's just tesseract not adding it. I'll open and bug report for them
Mystery solved!