mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 16:43:43 +08:00
e5d040ef61
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.
7 lines
119 B
SCSS
7 lines
119 B
SCSS
.chat-message-container.-streaming {
|
|
.stop-streaming-btn {
|
|
margin-top: 0.5rem;
|
|
margin-bottom: 0.25rem;
|
|
}
|
|
}
|