fix(export): align media load progress with visible loaded state

This commit is contained in:
aits2026
2026-03-05 17:44:32 +08:00
parent 3388b7a122
commit 9dd5ee2365
2 changed files with 140 additions and 33 deletions

View File

@@ -241,6 +241,14 @@
flex-shrink: 0;
}
.session-load-detail-progress-pulse {
color: var(--text-tertiary);
font-size: 11px;
font-variant-numeric: tabular-nums;
letter-spacing: 0.1px;
flex-shrink: 0;
}
.global-export-controls {
background: var(--card-bg);
border: 1px solid var(--border-color);