浏览代码

fix: progress bar

Timothy J. Baek 1 年之前
父节点
当前提交
26a8fd24a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/chat/SettingsModal.svelte

+ 1 - 1
src/lib/components/chat/SettingsModal.svelte

@@ -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>