some error debugging and for frontend thicker lines around blocks

This commit is contained in:
jenz
2026-08-24 12:59:16 +02:00
parent 1ae342151e
commit 9c4c02c532
13 changed files with 27 additions and 15 deletions
@@ -52,7 +52,7 @@ export default function PlayerSearch() {
</select>
</div>
<div className="panel divide-y divide-base-border">
<div className="panel row-divide">
{loading ? (
<div className="p-4 text-sm text-ink-faint font-mono">loading</div>
) : players.length === 0 ? (