Skip to content

Commit 39d63ce

Browse files
committed
CSS fix for single view descriptor
1 parent f320df1 commit 39d63ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vs/workbench/contrib/chat/browser/media/chatSessions.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@
1010
.chat-sessions-tree {
1111
line-height: 22px;
1212
}
13+
14+
/* Ensure consistent title background regardless of number of views */
15+
.composite.viewlet[id="workbench.view.chat.sessions"] .pane-header.expanded.not-collapsible {
16+
background-color: var(--vscode-sideBarSectionHeader-background) !important;
17+
}

0 commit comments

Comments
 (0)