mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
fix css mismatch between spinner and thinking header (#291773)
This commit is contained in:
+6
-6
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user