I'm testing your extension and haven't encountered any significant issues so far.
this is in the css on
I changed this to margin-left: 2px so the counter doesn't stick to each other.
Also made a small change to your extension to get my letter avatar working.![Image]()
Code:
.reaction_disabled, .reaction_delete { background-color: #ECD5D8; }.reaction_enabled { background-color: #80FF40; }.reaction-ear {margin-left: -5pxI changed this to margin-left: 2px so the counter doesn't stick to each other.
Also made a small change to your extension to get my letter avatar working.
Code:
<div class="reaction-avatar">{% if reactions.USER_AVATAR && reactions.DISPLAY_AVATAR %}{{ reactions.USER_AVATAR }}{% elseif reactions.DISPLAY_AVATAR %}<span class="avatar avatar-letter">{{ S_USERNAME|first }}</span>{% endif %}{{ reactions.USER_NAME }}</div>Code:
.reaction-avatar .avatar.avatar-letter {--avatar-font-size: 25px;}
Statistics: Posted by bennybernaer — Sun Jun 22, 2025 9:05 am