Fix visible watchlist refresh progress fill

This commit is contained in:
Dymas
2026-08-20 12:53:14 +02:00
parent 3e95252eb4
commit 3714e9b91e
5 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ WATCHLIST_HTML = r"""<!doctype html>
overflow: hidden;
}
.refresh-progress-fill {
background: linear-gradient(90deg, var(--accent), var(--accent-2));
background: linear-gradient(90deg, var(--accent), var(--accent-strong));
border-radius: inherit;
height: 100%;
transform: scaleX(0);