refac: styling
This commit is contained in:
@@ -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 === '-'}
|
||||||
-
|
-
|
||||||
|
|||||||
Reference in New Issue
Block a user