We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04901db commit bc3101eCopy full SHA for bc3101e
1 file changed
src/vs/workbench/contrib/chat/browser/media/chat.css
@@ -59,7 +59,8 @@
59
}
60
61
.interactive-item-container .detail-container {
62
- font-size: 12px;
+ font-family: var(--vscode-chat-font-family, inherit);
63
+ font-size: var(--vscode-chat-font-size-body-s);
64
color: var(--vscode-descriptionForeground);
65
overflow: hidden;
66
@@ -71,7 +72,7 @@
71
72
73
.interactive-item-container .chat-animated-ellipsis {
74
display: inline-block;
- width: 11px;
75
+ width: 2em;
76
77
78
.interactive-item-container:not(.show-detail-progress) .chat-animated-ellipsis {
0 commit comments