feat: feedback verbetering 02

This commit is contained in:
kodi
2026-03-15 13:52:48 +01:00
parent 9a7ca4e2db
commit 492082c2b7
4 changed files with 176 additions and 8 deletions
+21
View File
@@ -157,6 +157,27 @@ body {
word-break: break-word;
}
.header-task-item-progress {
margin-top: 5px;
font-size: 12px;
font-weight: 700;
color: var(--color-text-primary);
}
.header-task-item-current,
.header-task-item-subtext {
margin-top: 4px;
font-size: 12px;
color: var(--color-text-muted);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.header-task-item-current {
color: var(--color-text-primary);
}
.header-task-item-actions {
margin-top: 8px;
display: flex;