mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-14 07:54:36 +01:00
Merge pull request #216765 from microsoft/ddossett/zonal-buzzard
Polish inline chat compact styles
This commit is contained in:
@@ -577,7 +577,7 @@ export class LiveStrategy extends EditModeStrategy {
|
||||
message = localize('change.0', "Nothing changed.");
|
||||
} else if (remaining === 1) {
|
||||
message = needsReview
|
||||
? localize('review.1', "$(info) Accept or discard change")
|
||||
? localize('review.1', "Accept or Discard change")
|
||||
: localize('change.1', "1 change");
|
||||
} else {
|
||||
message = needsReview
|
||||
|
||||
@@ -35,11 +35,11 @@
|
||||
}
|
||||
|
||||
.monaco-workbench .inline-chat .chat-widget .interactive-session .interactive-list {
|
||||
padding: 4px 0 0 0;
|
||||
padding: 2px 0 0 0;
|
||||
}
|
||||
|
||||
.monaco-workbench .inline-chat .chat-widget .interactive-session .interactive-list .interactive-item-container.interactive-item-compact {
|
||||
padding: 6px 0;
|
||||
padding: 2px 0;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
@@ -47,6 +47,12 @@
|
||||
outline-offset: -1px;
|
||||
}
|
||||
|
||||
.monaco-workbench .inline-chat .chat-widget .interactive-session .interactive-list .interactive-item-container.interactive-item-compact .chat-notification-widget {
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.monaco-workbench .inline-chat .chat-widget .interactive-session .interactive-list .interactive-request {
|
||||
border: none;
|
||||
}
|
||||
@@ -151,7 +157,6 @@
|
||||
font-size: 12px;
|
||||
line-height: 16px;
|
||||
padding: 2px;
|
||||
margin: 2px 0;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user