mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
alias activity: fix arrow hidden on mobile
This commit is contained in:
parent
fbf4a97a3e
commit
5a9d3b0245
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue