feat: update ui

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-03-15 17:06:07 +01:00
parent 07d9fa56c8
commit 69b9001364
27 changed files with 85 additions and 27 deletions

View File

@@ -34,8 +34,8 @@
</div>
{% endif %}
<div class="border border-gray-200 rounded-lg overflow-hidden">
<table class="w-full text-sm">
<div class="border border-gray-200 rounded-lg overflow-x-auto">
<table class="w-full text-sm min-w-full">
<thead class="bg-gray-50 border-b border-gray-200">
<tr>
<th class="text-left px-4 py-3 font-medium text-gray-500">Username</th>

View File

@@ -3,7 +3,7 @@
{% block content %}
<section class="max-w-4xl mx-auto px-4 pt-12">
<div class="flex items-center justify-between mb-8">
<div class="flex flex-col sm:flex-row sm:items-center justify-between gap-2 mb-8">
<h1 class="text-2xl font-bold">Personal Access Tokens</h1>
<a href="/dashboard" class="text-sm text-gray-600 hover:text-gray-900">&larr; Dashboard</a>
</div>