First pass at reworked rigboard layout on mobile

This commit is contained in:
2020-03-18 01:39:21 +00:00
parent 89ddb09459
commit 12d8b46f86
6 changed files with 73 additions and 30 deletions

View File

@@ -50,14 +50,15 @@
</td>
</tr>
{% empty %}
<tr>
<td></td>
<td colspan="5">Nothing found</td>
<tr class="table-warning">
<td colspan="6" class="text-center">Nothing found</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
{% if is_paginated %}
<div class="col-sm-12">{% paginator %}</div>
<div class="row justify-content-center">
{% paginator %}
</div>
{% endif %}