File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
src/vs/workbench/contrib/inlineChat/browser Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -577,7 +577,7 @@ export class LiveStrategy extends EditModeStrategy {
577
577
message = localize ( 'change.0' , "Nothing changed." ) ;
578
578
} else if ( remaining === 1 ) {
579
579
message = needsReview
580
- ? localize ( 'review.1' , "$(info) Accept or discard change" )
580
+ ? localize ( 'review.1' , "Accept or Discard change" )
581
581
: localize ( 'change.1' , "1 change" ) ;
582
582
} else {
583
583
message = needsReview
Original file line number Diff line number Diff line change 35
35
}
36
36
37
37
.monaco-workbench .inline-chat .chat-widget .interactive-session .interactive-list {
38
- padding : 4 px 0 0 0 ;
38
+ padding : 2 px 0 0 0 ;
39
39
}
40
40
41
41
.monaco-workbench .inline-chat .chat-widget .interactive-session .interactive-list .interactive-item-container .interactive-item-compact {
42
- padding : 6 px 0 ;
42
+ padding : 2 px 0 ;
43
43
gap : 6px ;
44
44
}
45
45
46
46
.monaco-workbench .inline-chat .chat-widget .interactive-session .interactive-list .interactive-item-container .interactive-item-compact .header .avatar {
47
47
outline-offset : -1px ;
48
48
}
49
49
50
+ .monaco-workbench .inline-chat .chat-widget .interactive-session .interactive-list .interactive-item-container .interactive-item-compact .chat-notification-widget {
51
+ margin-bottom : 0 ;
52
+ padding : 0 ;
53
+ border : none;
54
+ }
55
+
50
56
.monaco-workbench .inline-chat .chat-widget .interactive-session .interactive-list .interactive-request {
51
57
border : none;
52
58
}
151
157
font-size : 12px ;
152
158
line-height : 16px ;
153
159
padding : 2px ;
154
- margin : 2px 0 ;
155
160
border-radius : 2px ;
156
161
}
157
162
You can’t perform that action at this time.
0 commit comments