this post was submitted on 26 Jan 2025
270 points (98.9% liked)
Voyager
5841 readers
11 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
The flair icons are just lemmy custom emoji. This is native and they should be displayed as a normal emoji size. this is already handled correctly in lemmy ui and tesseract, but voyager displays them at their full size instead of resizing them to 48x48 or 24x24,which can dominate the comments
Reading these flair from threativore and displaying them in the ui proper (i.e. Outside of a comment) is not native and I'm still looking for ui dev buy in ๐
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!