alias activity: fix arrow hidden on mobile

This commit is contained in:
Son NK 2019-11-21 16:52:19 +01:00
parent fbf4a97a3e
commit 5a9d3b0245

View file

@ -32,7 +32,7 @@
<tr> <tr>
<td>{{ log.when | dt }}</td> <td>{{ log.when | dt }}</td>
<td>{{ log.website_email }}</td> <td>{{ log.website_email }}</td>
<td> <td style="min-width: 55px">
{% if log.is_reply %} {% if log.is_reply %}
<img src="{{ url_for('static', filename='arrows/reply-arrow.svg') }}" class="arrow"> <img src="{{ url_for('static', filename='arrows/reply-arrow.svg') }}" class="arrow">
{% elif log.blocked %} {% elif log.blocked %}