Flare icon indicating copy to clipboard operation
Flare copied to clipboard

[Misskey] Size of custom emojis should be limited in height, not width.

Open Npepperlinux opened this issue 1 year ago • 1 comments

Custom emojis in the note are limited in width, but Misskey allows horizontal emojis, and vertical emojis cover the text above and below, so Flare should limite custom emojis height.

Misskey Web Flare
Image Image

(Fedibird, the Mastodon fork, allows horizontal emojis in reference to Misskey, so it might be a good idea to apply it to Mastodon as well.)

Npepperlinux avatar Jan 27 '25 07:01 Npepperlinux

The emoji display for misskey still needs some rework, currently due to the limitation of the Compose Text InlineTextContent Placeholder, which requires a fixed size to be displayed, the compose-richtext does support dynamic size of inline image by using subcompose, I'll try to implement it later.

Tlaster avatar Jan 27 '25 07:01 Tlaster