Move stop button to a fixed position (temporary)

This commit is contained in:
SillyLossy
2023-05-23 19:56:00 +03:00
parent 4ca329249e
commit ae0f2ad084
3 changed files with 8 additions and 7 deletions

View File

@@ -1515,7 +1515,7 @@ class StreamingProcessor {
}
$(`#chat .mes[mesid="${messageId}"] .mes_stop`).css({ 'display': 'none' });
$(`#chat .mes[mesid="${messageId}"] .mes_buttons`).css({ 'display': 'block' });
$(`#chat .mes[mesid="${messageId}"] .mes_buttons`).css({ 'display': 'flex' });
}
onStartStreaming(text) {