Fix thumbnail sizing in sale rows

This commit is contained in:
2026-05-19 11:26:56 +09:00
parent d63e3db986
commit 8bdbe73900

View File

@@ -682,8 +682,8 @@ document.addEventListener('DOMContentLoaded', () => {
tr.innerHTML = `
<td class="py-4 pl-4 pr-3 text-sm">
<div class="flex items-start">
<div class="h-14 w-14 flex-shrink-0 sm:h-10 sm:w-10">
<img class="h-full w-full rounded-xl object-cover" src="${game.thumbnail}" alt="" />
<div class="h-10 w-10 flex-shrink-0">
<img class="h-10 w-10 rounded-xl object-cover" src="${game.thumbnail}" alt="" />
</div>
<div class="ml-4 min-w-0 flex-1">
<div class="font-medium leading-5 text-gray-900">