Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@

// Subagent container for items under the same parent task.
.subagent-items-container {
padding: 12px 0;
// Match header right padding (10px). Left padding aligns subagent content
// with the header content column (past the icon rail).
padding: 12px 10px 12px var(--tool-card-header-icon-slot, 34px);

// Continue the task card border on left/right/bottom; top border is hidden.
background: var(--color-bg-flowchat);
Expand Down
Loading