Limit result icon height

pull/1/head
Lumid 2022-01-16 13:31:57 +08:00 committed by GitHub
parent 3644f46342
commit d8bc5a871f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@
<tr>
<td class="border-t border-gray-700 text-white pr-2">
<span class="inline-flex align-middle">
{#if res.image !== null}<img src={res.image} alt={res.name} class="w-6 mr-2" />{/if}
{#if res.image !== null}<img src={res.image} alt={res.name} class="w-6 h-6 mr-2" />{/if}
<p class="text-white">{res.name}</p>
</span>
</td>