feat: upload - deel 02

This commit is contained in:
kodi
2026-03-13 16:21:51 +01:00
parent 8d1ff79912
commit 8fe9d0f436
7 changed files with 153 additions and 1 deletions
+24
View File
@@ -225,6 +225,30 @@ button:disabled {
background: var(--color-button-secondary-bg);
}
.upload-progress {
display: grid;
gap: 1px;
margin-top: 4px;
padding: 4px 8px;
border: 1px solid var(--color-border);
border-radius: var(--radius-sm);
background: var(--color-surface-elevated);
color: var(--color-text-muted);
font-size: 12px;
line-height: 1.25;
}
.upload-progress-target,
.upload-progress-file {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.upload-progress-count {
color: var(--color-text-primary);
}
#theme-toggle-icon {
font-size: 14px;
line-height: 1;