mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Give padding in refs list when file icons disabled (#229891)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user