mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
- right nav now draggable
- added mainColor to all buttons and panel texts/headers - adjusted button hover stylings
This commit is contained in:
@ -305,11 +305,11 @@ function OpenNavPanels() {
|
||||
}
|
||||
}
|
||||
|
||||
// draggable sheld
|
||||
|
||||
// Make the DIV element draggable:
|
||||
dragElement(document.getElementById("sheld"));
|
||||
dragElement(document.getElementById("left-nav-panel"));
|
||||
dragElement(document.getElementById("right-nav-panel"));
|
||||
|
||||
|
||||
function dragElement(elmnt) {
|
||||
|
Reference in New Issue
Block a user