Skip to content

Commit db3ab79

Browse files
authored
Chat - more font family/size fixes (microsoft#264896)
* Chat - more font family/size fixes * One more fix
1 parent 0856c00 commit db3ab79

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,6 +1369,11 @@ have to be updated for changes to the rules above, or to support more deeply nes
13691369
width: fit-content;
13701370
}
13711371

1372+
.interactive-session .interactive-list .chat-attached-context .chat-attached-context-attachment {
1373+
font-family: var(--vscode-chat-font-family, inherit);
1374+
font-size: var(--vscode-chat-font-size-body-xs);
1375+
}
1376+
13721377
.action-item.chat-attachment-button > .action-label > .codicon {
13731378
font-size: 14px;
13741379
height: auto;
@@ -1873,6 +1878,7 @@ have to be updated for changes to the rules above, or to support more deeply nes
18731878

18741879
.interactive-session .chat-used-context-label {
18751880
font-size: var(--vscode-chat-font-size-body-s);
1881+
font-family: var(--vscode-chat-font-family, inherit);
18761882
color: var(--vscode-descriptionForeground);
18771883
user-select: none;
18781884

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
width: fit-content;
1111
font-weight: normal;
1212
text-decoration: none;
13-
font-size: 11px;
13+
font-size: var(--vscode-chat-font-size-body-xs);
1414
padding: 0 3px;
1515
cursor: pointer;
1616
}

0 commit comments

Comments
 (0)