forked from rDrama/rDrama
1
0
Fork 0

remove unnecessary max width

master
Aevann 2024-03-10 18:45:53 +02:00
parent c2f54a2dab
commit 2e1d6e2eb3
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<div class="notifs px-3 p-md-0">
{% if request.path == '/notifications/chats' %}
<table class="mt-4 ml-3" style="max-width:300px">
<table class="mt-4 ml-3">
<tbody>
{% for chat, notif_count in chats %}
<tr>