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 090790c commit 23662c9Copy full SHA for 23662c9
src/vs/workbench/contrib/chat/browser/chatSlashCommandContentWidget.css
@@ -9,3 +9,11 @@
9
background-color: var(--vscode-textCodeBlock-background);
10
color: var(--vscode-textLink-foreground);
11
}
12
+
13
+.interactive-session .interactive-input-and-toolbar .chat-slash-command-content-widget {
14
+ top: 7px !important;
15
+}
16
17
+.inline-chat .chat-slash-command-content-widget {
18
+ top: 2px !important;
19
0 commit comments