Skip to content

Commit 23662c9

Browse files
authored
Vertically align slash command content widget in panel and inline chat inputs (microsoft#189421)
1 parent 090790c commit 23662c9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/vs/workbench/contrib/chat/browser/chatSlashCommandContentWidget.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,11 @@
99
background-color: var(--vscode-textCodeBlock-background);
1010
color: var(--vscode-textLink-foreground);
1111
}
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

Comments
 (0)