Merge pull request #25 from ollama-webui/dev

fix: progress bar
This commit is contained in:
Timothy Jaeryang Baek 2023-10-23 00:58:24 -05:00 committed by GitHub
commit fb8d52ed74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@
<div class="w-full rounded-full bg-gray-800">
<div
class="bg-gray-600 text-xs font-medium text-blue-100 text-center p-0.5 leading-none rounded-full"
style="width: {Math.max(10, pullProgress)}%"
style="width: {Math.max(15, pullProgress)}%"
>
{pullProgress}%
</div>