Animation Smorgasbord (#15637)

Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
This commit is contained in:
Kit Langton 2026-03-02 17:24:32 -05:00 committed by GitHub
commit 9d7852b5c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
62 changed files with 5224 additions and 703 deletions

View file

@ -60,16 +60,13 @@
width: 16px;
height: 16px;
}
}
[data-slot="session-turn-thinking-heading"] {
flex: 1 1 auto;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: var(--text-weaker);
font-weight: var(--font-weight-regular);
}
[data-component="text-reveal"].session-turn-thinking-heading {
flex: 1 1 auto;
min-width: 0;
color: var(--text-weaker);
font-weight: var(--font-weight-regular);
}
.error-card {