Unverified Commit fb8d52ed authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #25 from ollama-webui/dev

fix: progress bar
parents 5ec20c1a 63fc4ad1
......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment