fix css mismatch between spinner and thinking header (#291773)

This commit is contained in:
Justin Chen
2026-01-29 17:42:36 -08:00
committed by GitHub
parent d9bb11ef31
commit b17f5e9ede
@@ -19,15 +19,15 @@
> .chat-used-context-label .monaco-button.monaco-icon-button {
line-height: 1.5em;
font-size: var(--vscode-chat-font-size-body-m);
margin-top: 1px;
font-size: 13px;
padding-left: 1px;
.codicon {
font-size: 13px;
.codicon, .monaco-button-mdlabel {
font-size: var(--vscode-chat-font-size-body-s);
}
.codicon::before {
font-size: var(--vscode-chat-font-size-body-s);
.rendered-markdown.collapsible-title-content {
line-height: unset;
}
}