File tree Expand file tree Collapse file tree
workbench/contrib/chat/browser/chatStatus/media Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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;
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 4 px ;
6871}
6972
7073.chat-status-bar-entry-tooltip .collapsible-content > .collapsible-inner > hr {
You can’t perform that action at this time.
0 commit comments