Skip to content

Commit 0ebc491

Browse files
authored
CSS fixes for chat status hover (#313099)
1 parent 624a18b commit 0ebc491

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

src/vs/sessions/contrib/accountMenu/browser/media/accountWidget.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
}
137137

138138
.sessions-account-titlebar-panel-content .chat-status-bar-entry-tooltip .collapsible-header {
139+
margin-top: 0;
139140
padding: 8px 10px 8px 8px;
140141
}
141142

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
align-items: center;
2424
gap: 6px;
2525
width: 100%;
26-
padding: 14px 0 0 0;
26+
margin-top: 8px;
27+
padding: 6px 0 6px 0;
2728
border: none;
2829
border-top: 1px solid var(--vscode-editorWidget-border);
2930
background: none;
@@ -60,11 +61,13 @@
6061
}
6162

6263
.chat-status-bar-entry-tooltip .collapsible-content > .collapsible-inner {
63-
overflow: hidden;
64+
overflow-y: clip;
65+
overflow-x: visible;
66+
min-height: 0;
6467
display: flex;
6568
flex-direction: column;
6669
gap: 10px;
67-
padding-top: 10px;
70+
padding: 10px 0 4px;
6871
}
6972

7073
.chat-status-bar-entry-tooltip .collapsible-content > .collapsible-inner > hr {

0 commit comments

Comments
 (0)