decent-chat / decent

Open source messaging platform for the modern web
https://meta.decent.chat
GNU General Public License v3.0
21 stars 5 forks source link

Emotes should be scaled by font size #238

Open towerofnix opened 6 years ago

towerofnix commented 6 years ago

I.e., change rem units to em.

Currently, they're scaled by the font size of the root element (rem), not the font size of the containing element (e.g. a heading element)!

Thanks for spotting this, @PullJosh.