discourse/plugins/chat/assets/stylesheets/common/chat-message-text.scss
Joffrey JAFFEUX e5d040ef61
UX: removes blinking indicator while streaming message (#27131)
Given this is currently buggy and  we have the cancel button Im not sure this is actually necessary. I feel like it's adding a lot of noise of low value.

For now at least, it's better without it.
2024-05-22 13:48:44 +02:00

7 lines
119 B
SCSS

.chat-message-container.-streaming {
.stop-streaming-btn {
margin-top: 0.5rem;
margin-bottom: 0.25rem;
}
}