restore underline for chats

master
Aevann 2024-04-05 11:46:02 +02:00
parent 4fcfd3b65c
commit a3531c763b
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
{% for chat, notification in notifications %}
<tr>
<td>
<a href="/chat/{{chat.id}}" style="text-decoration:none!important">
<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>