mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix switch to play button when script paused
This commit is contained in:
@@ -698,7 +698,7 @@ body .panelControlBar {
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.paused {
|
&.script_paused {
|
||||||
#rightSendForm > div:not(.mes_send).stscript_btn {
|
#rightSendForm > div:not(.mes_send).stscript_btn {
|
||||||
&.stscript_pause {
|
&.stscript_pause {
|
||||||
display: none;
|
display: none;
|
||||||
|
Reference in New Issue
Block a user