fix: 🐛 audit log on mobile
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
<span>Filter</span>
|
||||
</button>
|
||||
</form>
|
||||
<div class="overflow-x-auto">
|
||||
<table class="w-full table-auto bg-gray-200 dark:bg-zinc-800 rounded-lg overflow-hidden">
|
||||
<thead>
|
||||
<tr class="bg-gray-400 dark:bg-zinc-700">
|
||||
@@ -65,6 +66,7 @@
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
{% if total_pages > 1 %}
|
||||
<div class="flex justify-center mt-6 space-x-2">
|
||||
{% if page > 1 %}
|
||||
|
||||
Reference in New Issue
Block a user