fix(helpdesk): add border card around each agent widget for separation
Each agent section gets a border + border-radius wrapper. The inner ticket table drops its own border to avoid double borders. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -126,6 +126,23 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* Team workload — agent widget card */
|
||||
.helpdesk-team-widget {
|
||||
border: 1px solid var(--app-muted-border-color);
|
||||
border-radius: var(--app-radius, 0.375rem);
|
||||
padding: calc(var(--app-spacing) * 0.65) calc(var(--app-spacing) * 0.75);
|
||||
margin-bottom: calc(var(--app-spacing) * 0.5);
|
||||
}
|
||||
|
||||
.helpdesk-team-widget > .helpdesk-support-section-title {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.helpdesk-team-widget > .helpdesk-team-ticket-table {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
/* Team workload — inline avatar for section titles */
|
||||
.helpdesk-team-avatar-inline {
|
||||
display: inline-flex;
|
||||
|
||||
Reference in New Issue
Block a user