style: Adjusted width of audit log page
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<body class="bg-gray-300 text-gray-900 dark:bg-gray-900 dark:text-gray-100 min-h-screen flex flex-col">
|
<body class="bg-gray-300 text-gray-900 dark:bg-gray-900 dark:text-gray-100 min-h-screen flex flex-col">
|
||||||
{% include 'header.html' %}
|
{% include 'header.html' %}
|
||||||
<div class="flex-1 flex items-center justify-center mx-4">
|
<div class="flex-1 flex items-center justify-center mx-4">
|
||||||
<div class="container py-8 max-w-6xl pt-20">
|
<div class="container py-8 max-w-8xl pt-20">
|
||||||
<h1 class="text-3xl font-bold mb-6 text-center">Audit Log</h1>
|
<h1 class="text-3xl font-bold mb-6 text-center">Audit Log</h1>
|
||||||
<form method="GET" class="flex flex-wrap gap-4 mb-6 justify-center">
|
<form method="GET" class="flex flex-wrap gap-4 mb-6 justify-center">
|
||||||
<select name="user_id" class="border p-2 rounded-lg bg-gray-300 dark:bg-gray-900 border-gray-600">
|
<select name="user_id" class="border p-2 rounded-lg bg-gray-300 dark:bg-gray-900 border-gray-600">
|
||||||
|
|||||||
Reference in New Issue
Block a user