chore: rebuild release package
This commit is contained in:
@@ -5899,6 +5899,38 @@ html[data-theme='coolvibe'] .settings-back:hover {
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
}
|
||||
.collab-agent-item-plan {
|
||||
display: flex;
|
||||
min-width: 0;
|
||||
align-items: center;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
.collab-agent-item-plan .plan-progress {
|
||||
min-width: 0;
|
||||
}
|
||||
.collab-agent-item-plan .plan-progress-dots {
|
||||
gap: 4px;
|
||||
}
|
||||
.collab-agent-item-plan .plan-progress-dot {
|
||||
flex: 0 0 8px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
margin-left: 0;
|
||||
background-size: contain;
|
||||
}
|
||||
.collab-agent-item-plan .plan-progress-count {
|
||||
font-size: 10px;
|
||||
font-weight: 700;
|
||||
}
|
||||
.collab-agent-item-plan-current {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
color: var(--text-muted);
|
||||
font-size: 11px;
|
||||
line-height: 1.25;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.collab-agent-item-footer {
|
||||
font-size: 11px;
|
||||
color: var(--text-muted);
|
||||
|
||||
Reference in New Issue
Block a user