Skip to content

Commit f9e82a4

Browse files
authored
fix: align chat editing progress spinner with text (microsoft#235439)
1 parent ac49e44 commit f9e82a4

File tree

1 file changed

+5
-2
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,11 @@
312312
top: 2px;
313313
}
314314

315-
/* But codicons in toolbars and other widgets assume the natural position of the codicon */
316-
.chat-codeblock-pill-widget .codicon,
315+
.chat-codeblock-pill-widget .codicon {
316+
top: -1px;
317+
}
318+
319+
/* But codicons in toolbars assume the natural position of the codicon */
317320
.monaco-toolbar .codicon {
318321
position: initial;
319322
top: initial;

0 commit comments

Comments
 (0)