Skip to content

Commit bc3101e

Browse files
authored
Chat - fix progress indicator in Ask mode (microsoft#264924)
1 parent 04901db commit bc3101e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • src/vs/workbench/contrib/chat/browser/media

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
}
6060

6161
.interactive-item-container .detail-container {
62-
font-size: 12px;
62+
font-family: var(--vscode-chat-font-family, inherit);
63+
font-size: var(--vscode-chat-font-size-body-s);
6364
color: var(--vscode-descriptionForeground);
6465
overflow: hidden;
6566
}
@@ -71,7 +72,7 @@
7172

7273
.interactive-item-container .chat-animated-ellipsis {
7374
display: inline-block;
74-
width: 11px;
75+
width: 2em;
7576
}
7677

7778
.interactive-item-container:not(.show-detail-progress) .chat-animated-ellipsis {

0 commit comments

Comments
 (0)