Skip to content

Commit 11c70a6

Browse files
authored
Merge pull request #212922 from microsoft/ddossett/external-kangaroo
Match attachment pill border radius to main chat input
2 parents 60d035d + 723f851 commit 11c70a6

File tree

1 file changed

+1
-2
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,6 @@
495495

496496
.interactive-session .chat-attached-context {
497497
padding: 0 0 8px 0;
498-
border-radius: 6px;
499498
display: flex;
500499
gap: 4px;
501500
flex-wrap: wrap;
@@ -504,7 +503,7 @@
504503
.interactive-session .chat-attached-context .chat-attached-context-attachment {
505504
padding: 2px;
506505
border: 1px solid var(--vscode-chat-requestBorder, var(--vscode-input-background, transparent));
507-
border-radius: 5px;
506+
border-radius: 4px;
508507
height: 18px;
509508
}
510509

0 commit comments

Comments
 (0)