diff --git a/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatConfirmationWidget.css b/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatConfirmationWidget.css index be0ea2424f3..f200f56f932 100644 --- a/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatConfirmationWidget.css +++ b/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatConfirmationWidget.css @@ -317,7 +317,7 @@ } .codicon { - font-size: var(--vscode-chat-font-size-body-s); + font-size: 12px; } &:hover { diff --git a/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatThinkingContent.css b/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatThinkingContent.css index e398681e09b..47b18057559 100644 --- a/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatThinkingContent.css +++ b/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatThinkingContent.css @@ -22,10 +22,14 @@ font-size: 13px; padding-left: 1px; - .codicon, .monaco-button-mdlabel { + .monaco-button-mdlabel { font-size: var(--vscode-chat-font-size-body-s); } + .codicon { + font-size: 12px; + } + .rendered-markdown.collapsible-title-content { line-height: unset; } diff --git a/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatTipContent.css b/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatTipContent.css index f6af30edb18..cc9cfd47f39 100644 --- a/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatTipContent.css +++ b/src/vs/workbench/contrib/chat/browser/widget/chatContentParts/media/chatTipContent.css @@ -14,7 +14,7 @@ } .interactive-item-container .chat-tip-widget .codicon-lightbulb { - font-size: var(--vscode-chat-font-size-body-s); + font-size: 12px; color: var(--vscode-descriptionForeground); } diff --git a/src/vs/workbench/contrib/chat/browser/widget/media/chat.css b/src/vs/workbench/contrib/chat/browser/widget/media/chat.css index 1c92b2dbacf..d0831ab9c95 100644 --- a/src/vs/workbench/contrib/chat/browser/widget/media/chat.css +++ b/src/vs/workbench/contrib/chat/browser/widget/media/chat.css @@ -2052,6 +2052,12 @@ have to be updated for changes to the rules above, or to support more deeply nes .monaco-icon-label { padding: 0px 3px; + gap: 2px; + + &::before { + width: var(--vscode-chat-font-size-body-s); + padding-right: 0; + } } } @@ -2088,7 +2094,7 @@ have to be updated for changes to the rules above, or to support more deeply nes } .interactive-session .chat-used-context-label { - font-size: var(--vscode-chat-font-size-body-s); + font-size: 13px; font-family: var(--vscode-chat-font-family, inherit); color: var(--vscode-descriptionForeground); user-select: none; @@ -2128,7 +2134,7 @@ have to be updated for changes to the rules above, or to support more deeply nes .interactive-session .chat-used-context-label .monaco-button { padding: 2px 6px 2px 2px; - font-size: var(--vscode-chat-font-size-body-m); + font-size: var(--vscode-chat-font-size-body-s); line-height: unset; } @@ -2154,7 +2160,7 @@ have to be updated for changes to the rules above, or to support more deeply nes .interactive-session .chat-file-changes-label .monaco-button .codicon, .interactive-session .chat-used-context-label .monaco-button .codicon { - font-size: var(--vscode-chat-font-size-body-s); + font-size: 12px; color: var(--vscode-icon-foreground) !important; } @@ -2163,16 +2169,17 @@ have to be updated for changes to the rules above, or to support more deeply nes align-items: center; gap: 4px; margin: 0 0 6px 2px; + font-size: 13px; /* Tool calls transition from a progress to a collapsible list part, which needs to have this top padding. The working progress also can be replaced by a tool progress part. So align this padding so the text doesn't appear to shift. */ padding-top: 2px; > .codicon[class*='codicon-'] { - font-size: var(--vscode-chat-font-size-body-s); + font-size: 12px; &::before { - font-size: var(--vscode-chat-font-size-body-s); + font-size: 12px; } }