mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac: styling
This commit is contained in:
parent
4857c69bd3
commit
9d14bc2a8d
1 changed files with 2 additions and 2 deletions
|
|
@ -530,7 +530,7 @@
|
|||
{model.rating}
|
||||
</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">
|
||||
{#if model.stats.won === '-'}
|
||||
-
|
||||
|
|
@ -543,7 +543,7 @@
|
|||
</div>
|
||||
</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">
|
||||
{#if model.stats.lost === '-'}
|
||||
-
|
||||
|
|
|
|||
Loading…
Reference in a new issue