Skip to content

Commit 55e2780

Browse files
authored
Merge pull request microsoft#196754 from microsoft/ddossett/yodelling-jay
Add transition delay to avatar
2 parents 7ad1fb3 + a3f0a14 commit 55e2780

File tree

1 file changed

+1
-0
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
.interactive-item-container .header .agent-avatar-container {
117117
margin-left: -30px;
118118
transition: margin 0.15s ease-out;
119+
transition-delay: 0.5s;
119120
z-index: -1;
120121
}
121122

0 commit comments

Comments
 (0)