74
74
.sidebar__chat-assistant--code-block-container {
75
75
background-color : var (--vscode-settings-textInputBackground );
76
76
padding : var (--spacing-xs );
77
- border-radius : var (--spacing-xs );
78
77
flex-grow : 1 ;
79
78
flex-shrink : 1 ;
80
79
overflow : hidden;
80
+ border-radius : var (--spacing-sm ) var (--spacing-sm ) var (--spacing-sm ) 0 ;
81
81
}
82
82
83
83
.sidebar__chat-assistant--chat-bubble-content-user {
84
84
background-color : var (--vscode-settings-textInputBackground );
85
85
padding : var (--spacing-xs );
86
- border-radius : var (--spacing-xs );
86
+ border-radius : var (--spacing-sm ) var ( --spacing-sm ) 0 var ( --spacing-sm );
87
87
}
88
88
89
89
.sidebar__chat-assistant--chat-bubble-content-user
136
136
margin : 0 ;
137
137
width : 100% ;
138
138
background-color : var (--vscode-editor-background );
139
- border : 1px solid var (--vscode-panel-border );
139
+ outline : 1px solid var (--vscode-panel-border );
140
140
border-radius : var (--spacing-xs );
141
141
position : relative;
142
+ overflow : hidden;
142
143
}
143
144
144
145
button .sidebar__chat-assistant--chat-bubble-text--code-copy-button {
@@ -222,17 +223,6 @@ button.sidebar__chat-assistant--chat-bubble-text--code-copy-button:hover {
222
223
text-decoration : none;
223
224
}
224
225
225
- /* Don't round the specific corner where the avatar is, to make it look more like a chat bubble */
226
- .sidebar__chat-assistant--chat-bubble-agent
227
- .sidebar__chat-assistant--chat-bubble-content {
228
- border-bottom-left-radius : 0 ;
229
- }
230
-
231
- .sidebar__chat-assistant--chat-bubble-user
232
- .sidebar__chat-assistant--chat-bubble-content {
233
- border-bottom-right-radius : 0 ;
234
- }
235
-
236
226
/* Make avatar bigger for user, since we're using an emoji for now */
237
227
.sidebar__chat-assistant--chat-bubble-user
238
228
.sidebar__chat-assistant--agent-avatar-image {
@@ -248,16 +238,16 @@ button.sidebar__chat-assistant--chat-bubble-text--code-copy-button:hover {
248
238
249
239
.sidebar__chat-assistant--chat-bubble-error
250
240
.sidebar__chat-assistant--chat-bubble-text {
251
- color : var (--vscode-inputValidation-errorForeground );
241
+ color : var (--vscode-foreground );
252
242
}
253
243
254
244
.sidebar__chat-assistant--chat-bubble-error
255
245
.sidebar__chat-assistant--chat-avatar-container {
256
246
background : var (--vscode-inputValidation-errorBackground );
257
247
}
258
248
259
- .sidebar__chat-assistant--chat-bubble-error svg {
260
- fill : var (--vscode-sideBar- foreground );
249
+ .sidebar__chat-assistant--chat-bubble-error {
250
+ fill : var (--vscode-foreground );
261
251
}
262
252
263
253
.sidebar__chat-assistant--cursor {
0 commit comments