use a circle for new chat messages

master
Aevann 2024-04-06 08:14:06 +02:00
parent 53993af224
commit 43d7dbfebc
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
<a href="/chat/{{chat.id}}">
{{chat.name}}
{% if notification %}
<span class="notif-chats notif-count ml-1" style="padding-left:4.5px;background:#008080">1</span>
<i class="fas fa-circle ml-2 text-small" style="color:#008080"></i>
{% endif %}
</a>
</td>