Skip to content

Commit 0c0e356

Browse files
xivkclaude
andcommitted
Halve width of info cards on contribution detail page
Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent fb760be commit 0c0e356

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/admin/contribution/[id]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ ${trkpts}
307307
</div>
308308
</div>
309309

310-
<div class="grid grid-cols-2 md:grid-cols-4 gap-4 mb-6">
310+
<div class="grid grid-cols-4 md:grid-cols-8 gap-4 mb-6">
311311
<div class="p-4 rounded-xl border border-gray-200 bg-gray-50">
312312
<p class="text-xs text-gray-500 uppercase tracking-wide mb-1">User</p>
313313
<p class="text-sm font-semibold text-gray-800" title={contribution.userId}>{contribution.username ?? contribution.email ?? contribution.userId.substring(0, 8) + "\u2026"}</p>

0 commit comments

Comments
 (0)