Forum: emoji size out of proportion in default theme (also when not signed-in)
Issue: https://forum.freecadweb.org/viewtopic.php?t=32722

Console warning:
This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”. viewtopic.php
Source map error: Error: request failed with status 404
Resource URL: https://forum.freecadweb.org/styles/freecad/theme/stylesheet.css?assets_version=30
Source Map URL: stylesheet.css.map
This is the expected behavior: switch over to the elegance theme (i'm using the Firefox 'Dark Reader' addon hence the dark theme)

@yorikvanhavre the class selectors are .emoji .smilies
/cc @yorikvanhavre @kkremitzki
This is still an issue, reopening
case in point: https://forum.freecadweb.org/viewtopic.php?f=8&t=55645&p=479829#p479829

Maybe the _common.scss files are being overwritten ?
Ok, it just needed to be pushed to the server. This issue is fixed!
stylesheet doesn't apply to those not logged in.
- log out of forum
- browse https://forum.freecadweb.org/viewtopic.php?f=3&t=56319#p484442

logged in and emojis are still rendering larger than normal.

seriously?
seriously?
as a heart attack. 💔
it's not related to failing to load the sourcempa is it.

Can you make sure by logging in and hard refreshing pages that have the 'newer' emojis on them? Also would you mind experimenting with different forum themes (changing them in the settings)?
just tried with vivaldi, chrome, and firefox, logged in, not logged in still the same. is there a github repo that hosts the phpbb code for the forum? i might be able to take a look at the source and see if i can find anything out of the norm.

@yorikvanhavre can you weigh in?
i forgot i posted this thread in the forum a while back,
https://forum.freecadweb.org/viewtopic.php?f=8&t=52663
so i guess all the styling for the forum and wiki are contained within this git repo. 👍
Indeed. I have merge permissions on this repo...so feel free to submit PRs and I'll test them.
that emoji class you added to the stylesheet isn't being added to the stylesheet when i visit the freecad forum, as evident when viewing the assets for the forum in this image below,

if you do a search for .inner:after in the sources tab of the browser tools you'll see the .emoji class is never added to the stylesheet.
as evident from viewing the commit you made,
https://github.com/FreeCAD/FreeCAD-Homepage/blob/master/forum/styles/freecad/theme/_common.scss#L1936
the emoji class .emoji should appear within the stylesheet but does not. it also appears the styles are using sass ie. .scss which i believe need to be precompiled at some point before they can be served up to a normal (chrome,firefox) web browser before they well be rendered.
so if i had to take a shot in the dark maybe the assets haven't been compiled since you pushed your changes to this repo.
i don't know how this whole infrastructure works, in hwo the actual server picks the code from this repo and then renders it, so i can't really comment on that. but i hope this helps in further understanding of what is going on.
@kkremitzki you have experience with sass?
Afraid not. This broke again because there were breaking changes to the theme our FreeCAD and FreeCAD-Dark themes are based on... it would be good to have something a little more maintainable.