fix(ui): add toggle for holding long assistant replies

This commit is contained in:
Shantur Rathore
2026-04-11 19:47:57 +01:00
parent 2a3329b5ed
commit 8505a43b16
10 changed files with 75 additions and 2 deletions

View File

@@ -242,6 +242,10 @@
color: var(--accent-primary);
}
.message-scroll-button[data-active="false"] .message-scroll-icon--toggle {
color: var(--text-secondary);
}
.message-quote-popover {
position: absolute;
z-index: 5;