File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
src/vs/workbench/contrib/chat/browser/media Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 13
13
}
14
14
}
15
15
16
+ .interactive-session .experimental-welcome-view .interactive-input-part .dropdown-action-container {
17
+ display : none;
18
+ }
19
+
20
+ .interactive-session .experimental-welcome-view .interactive-input-part .chat-attachments-container {
21
+ display : none;
22
+ }
23
+
16
24
/* Container for chat widget welcome message */
17
25
.interactive-session .chat-welcome-view-container {
18
26
display : flex;
30
38
display : none;
31
39
}
32
40
41
+ .interactive-session .experimental-welcome-view .chat-input-toolbars .action-item : not (: has (.monaco-dropdown-with-primary )) {
42
+ display : none;
43
+ }
44
+
33
45
/* Container for ChatViewPane welcome view */
34
46
.pane-body > .chat-view-welcome {
35
47
flex-direction : column;
You can’t perform that action at this time.
0 commit comments