forked from open-webui/open-webui
fix: styling
This commit is contained in:
parent
d0e1d7cee2
commit
c09514ea89
3 changed files with 6 additions and 4 deletions
|
@ -1163,7 +1163,7 @@
|
|||
<div class=" mb-2 text-xs">Pull Progress</div>
|
||||
<div class="w-full rounded-full dark:bg-gray-800">
|
||||
<div
|
||||
class="dark:bg-gray-600 text-xs font-medium text-blue-100 text-center p-0.5 leading-none rounded-full"
|
||||
class="dark:bg-gray-600 bg-gray-500 text-xs font-medium text-gray-100 text-center p-0.5 leading-none rounded-full"
|
||||
style="width: {Math.max(15, pullProgress ?? 0)}%"
|
||||
>
|
||||
{pullProgress ?? 0}%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue