feat: feedback verbetering 02
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user