feat: download - fase 03

This commit is contained in:
kodi
2026-03-14 13:10:52 +01:00
parent dab87878cc
commit 7e7c2f3958
5 changed files with 218 additions and 1 deletions
+27
View File
@@ -772,6 +772,12 @@ button:disabled {
text-align: left;
}
#download-modal .popup-card {
max-width: 320px;
padding: 12px 14px;
text-align: left;
}
.upload-modal-progress {
width: 100%;
height: 4px;
@@ -793,6 +799,27 @@ button:disabled {
color: var(--color-text-muted);
}
.download-modal-progress {
width: 100%;
height: 4px;
border-radius: 999px;
background: var(--color-border);
margin: 6px 0;
overflow: hidden;
}
.download-modal-progress-bar {
height: 100%;
width: 0;
background: var(--color-accent);
transition: width 150ms ease;
}
.download-modal-count {
font-size: 12px;
color: var(--color-text-muted);
}
.popup-meta {
color: var(--color-text-muted);
font-size: 12px;