We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4594a1b commit 128c499Copy full SHA for 128c499
src/vs/workbench/contrib/inlineChat/browser/media/inlineChat.css
@@ -68,6 +68,7 @@
68
display: flex;
69
justify-content: space-between;
70
align-items: center;
71
+ margin-top: 3px; /*makes space for action focus borders: https://github.com/microsoft/vscode-copilot/issues/5814 */
72
}
73
74
.monaco-workbench .inline-chat .status .actions.hidden {
@@ -142,6 +143,7 @@
142
143
144
.monaco-workbench .inline-chat .status .actions {
145
146
+ padding-top: 3px;
147
148
149
.monaco-workbench .inline-chat .status .actions > .monaco-button,
0 commit comments