webuild-community / federated-blog

A federated blog platform built for WeBuild Community
https://read.webuild.community/
58 stars 34 forks source link

Gatsby emoji are not displaying properly #30

Open tuhuynh27 opened 3 years ago

tuhuynh27 commented 3 years ago

For example here, gatsby's emoji are not displaying properly.

Maybe we can select these emojis based on their attributes and apply max-width.

huytd commented 3 years ago

In fact, every emojis are not displayed properly just now 😆 The reason is most of the emojis rendered here as an image and it does not have a specific class name or anything to indicate it's an inline emoji. At first, I thought we could just limit the size for any inline image that appeared in a <p> tag, but not sure if there is any other cases.