refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2025-11-23 21:21:08 -05:00
parent 4857c69bd3
commit 9d14bc2a8d

View file

@ -530,7 +530,7 @@
{model.rating} {model.rating}
</td> </td>
<td class=" px-3 py-1.5 text-right font-semibold text-green-500"> <td class=" px-3 py-1.5 text-right font-medium text-green-500">
<div class=" w-10"> <div class=" w-10">
{#if model.stats.won === '-'} {#if model.stats.won === '-'}
- -
@ -543,7 +543,7 @@
</div> </div>
</td> </td>
<td class="px-3 py-1.5 text-right font-semibold text-red-500"> <td class="px-3 py-1.5 text-right font-medium text-red-500">
<div class=" w-10"> <div class=" w-10">
{#if model.stats.lost === '-'} {#if model.stats.lost === '-'}
- -