mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-08-04 20:23:30 +00:00
8 lines
171 B
SCSS
8 lines
171 B
SCSS
|
nav.post-controls .actions button.cancel-streaming {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
article.streaming nav.post-controls .actions button.cancel-streaming {
|
||
|
display: inline-block;
|
||
|
}
|