mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
add debugger button states
This commit is contained in:
@@ -504,7 +504,20 @@
|
||||
}
|
||||
#qr--modal-debugButtons {
|
||||
display: flex;
|
||||
.menu_button:not(#qr--modal-minimize, #qr--modal-maximize) {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
transition: 200ms;
|
||||
}
|
||||
}
|
||||
&.qr--isPaused #qr--modal-debugButtons {
|
||||
.menu_button:not(#qr--modal-minimize, #qr--modal-maximize) {
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
pointer-events: all;
|
||||
}
|
||||
}
|
||||
#qr--resizeHandle {
|
||||
width: 6px;
|
||||
background-color: var(--SmartThemeBorderColor);
|
||||
|
Reference in New Issue
Block a user