fix: upload progress bars

This commit is contained in:
2025-08-26 12:50:44 +02:00
parent d712206377
commit e0dedc1c23
2 changed files with 183 additions and 19 deletions

View File

@@ -1180,6 +1180,20 @@ p {
text-align: right;
}
.progress-summary {
margin-top: 0.75rem;
padding: 0.5rem 0.75rem;
background: rgba(255, 255, 255, 0.05);
border-radius: 8px;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.progress-summary span {
font-size: 0.9rem;
color: rgba(255, 255, 255, 0.8);
font-weight: 500;
}
.success-count {
color: #4ade80 !important;
border-color: rgba(74, 222, 128, 0.3) !important;