Give padding in refs list when file icons disabled (#229891)

This commit is contained in:
Rob Lourens
2024-09-26 15:34:40 -07:00
committed by GitHub
parent 4ec35c8792
commit a8266cd1a3
@@ -960,7 +960,15 @@ have to be updated for changes to the rules above, or to support more deeply nes
border: 1px solid var(--vscode-chat-requestBorder);
border-radius: 4px;
margin-bottom: 8px;
padding: 4px 6px;
}
.interactive-response-progress-tree,
.interactive-session .chat-used-context-list {
padding: 4px 3px;
.monaco-icon-label {
padding: 0px 3px;
}
}
.interactive-item-container .chat-notification-widget {