minor: прогресс-бар менее прозрачный

This commit is contained in:
2026-08-17 00:21:11 +03:00
parent eedc304560
commit 71f352d003
+1 -1
View File
@@ -57,7 +57,7 @@
x-transition:leave-end="opacity-0 scale-95"
class="absolute inset-0 z-20 pointer-events-none flex items-end justify-center overflow-hidden rounded-2xl bg-white/70 dark:bg-zinc-900/75 backdrop-blur-[2px]">
<img src="{% static 'img/thinking.svg' %}" alt="thinking"
class="w-96 h-96 -mb-24 opacity-25 animate-spin [animation-duration:10s]">
class="w-120 h-120 -mb-24 opacity-75 animate-spin [animation-duration:10s]">
</div>
<!-- Загрузка файла -->