Improve log display for small displays

This commit is contained in:
Rodolphe Breard 2018-06-11 13:51:37 +02:00
parent 7dc976e347
commit 1b7152930d

View file

@ -58,7 +58,8 @@
</div>
{% endif %}
{% if entries and not filter_nsfw %}
<table class="table is-narrow is-striped">
<div class="table-container">
<table class="table is-narrow is-striped is-fullwidth">
<tbody>
{% for entry in entries %}
<tr>
@ -74,6 +75,7 @@
{% endfor %}
</tbody>
</table>
</div>
{% elif entries %}
{% include "nsfw/alert.html" with next_url=current_url %}
{% endif %}