Show upload progress in transfers

This commit is contained in:
Mikei386
2026-06-24 13:04:42 +02:00
parent aa58014cd7
commit 6df1c7ea97
6 changed files with 135 additions and 9 deletions
+8
View File
@@ -809,6 +809,14 @@
padding: 10px;
}
.u-nav .job .muted {
overflow-wrap: anywhere;
}
.u-nav .upload-job {
border-color: color-mix(in srgb, var(--accent-2) 45%, var(--line));
}
.u-nav .progress {
background: var(--surface-2);
border-radius: 999px;