Skip to content

Commit 8aee206

Browse files
authored
Merge pull request #216765 from microsoft/ddossett/zonal-buzzard
Polish inline chat compact styles
2 parents 16fa357 + 0bb8c91 commit 8aee206

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

src/vs/workbench/contrib/inlineChat/browser/inlineChatStrategies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ export class LiveStrategy extends EditModeStrategy {
577577
message = localize('change.0', "Nothing changed.");
578578
} else if (remaining === 1) {
579579
message = needsReview
580-
? localize('review.1', "$(info) Accept or discard change")
580+
? localize('review.1', "Accept or Discard change")
581581
: localize('change.1', "1 change");
582582
} else {
583583
message = needsReview

src/vs/workbench/contrib/inlineChat/browser/media/inlineChat.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,24 @@
3535
}
3636

3737
.monaco-workbench .inline-chat .chat-widget .interactive-session .interactive-list {
38-
padding: 4px 0 0 0;
38+
padding: 2px 0 0 0;
3939
}
4040

4141
.monaco-workbench .inline-chat .chat-widget .interactive-session .interactive-list .interactive-item-container.interactive-item-compact {
42-
padding: 6px 0;
42+
padding: 2px 0;
4343
gap: 6px;
4444
}
4545

4646
.monaco-workbench .inline-chat .chat-widget .interactive-session .interactive-list .interactive-item-container.interactive-item-compact .header .avatar {
4747
outline-offset: -1px;
4848
}
4949

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+
5056
.monaco-workbench .inline-chat .chat-widget .interactive-session .interactive-list .interactive-request {
5157
border: none;
5258
}
@@ -151,7 +157,6 @@
151157
font-size: 12px;
152158
line-height: 16px;
153159
padding: 2px;
154-
margin: 2px 0;
155160
border-radius: 2px;
156161
}
157162

0 commit comments

Comments
 (0)