Add live download progress updates
This commit is contained in:
@@ -1660,6 +1660,7 @@ button:disabled,
|
||||
.request-torrent { display: grid; gap: 8px; margin-top: 4px; padding-top: 10px; border-top: 1px solid var(--ops-line-soft); }
|
||||
.request-meter-track { height: 7px; overflow: hidden; border: 1px solid var(--ops-line-soft); border-radius: 999px; background: rgba(255, 255, 255, 0.06); }
|
||||
.request-meter-track > span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--request-green), var(--request-cyan)); box-shadow: 0 0 14px rgba(72, 224, 178, 0.5); }
|
||||
.request-meter-track.is-live-download > span { transition: width 1.8s linear; will-change: width; }
|
||||
.request-season-row,
|
||||
.request-missing-list > div { padding-top: 6px; border-top: 1px solid rgba(255, 255, 255, 0.045); }
|
||||
.request-missing-list strong,
|
||||
|
||||
Reference in New Issue
Block a user