feat(web): shrink table

This commit is contained in:
2026-08-22 20:26:04 +02:00
parent d1eb2d0706
commit c8a764e82f
2 changed files with 6 additions and 3 deletions
+5 -3
View File
@@ -48,9 +48,11 @@
{/if}
</div>
{:then d}
<div class="rounded-lg border border-gray-500 shadow-sm max-w-full">
<div
class="select-none rounded-lg border border-gray-500 shadow-sm max-w-full"
>
<table class="w-full text-left text-sm text-gray-700">
<thead class="bg-gray-800 text-xs uppercase text-gray-600">
<thead class="divide-y divide-x bg-gray-800 text-xs text-gray-600">
<tr>
<th class="px-4 py-3" title="Rank the solver assigned"></th>
<th class="px-4 py-3" title="The best words">Word</th>
@@ -72,7 +74,7 @@
</tr>
</thead>
<tbody class="divide-y divide-gray-500">
<tbody class="divide-y divide-x divide-gray-500">
{#each d.stats as s, i}
<tr
class="transition-colors hover:bg-gray-50"