fix: 🐛 audit log on mobile

This commit is contained in:
2025-12-04 19:14:19 +00:00
parent 671b750bc4
commit 6f01c9956f
+2
View File
@@ -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 %}