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