This commit is contained in:
retoor 2025-03-08 04:11:34 +01:00
parent 095be5892d
commit 9292e3b8f3

View File

@ -11,7 +11,7 @@
<div style="max-width:100%;" data-uid="{{thread.uid}}" data-color="{{thread.last_message_user_color}}" data-channel_uid="{{thread.uid}}"
data-user_nick="{{last_message_user_nick}}" data-created_at="{{thread.created_at}}" data-user_uid="{{user_uid}}"
class="message">
<div class="avatar" style="display: block !important; background-color: {{thread.last_message_user_color}}; color: black;"><img
<div class="avatar" style="opacity: 1; background-color: {{thread.last_message_user_color}}; color: black;"><img
src="/avatar/{{thread.last_message_user_uid}}.svg" /></div>
<div class="message-content">
<div class="author" style="color: {{thread.last_message_user_color}};">{{thread.last_message_user_nick}}</div>