some js for lora UI

This commit is contained in:
lllyasviel
2023-11-15 07:30:16 -08:00
parent e59fd50787
commit 608fe3962c
3 changed files with 9 additions and 2 deletions
+6
View File
@@ -79,4 +79,10 @@ onUiLoaded(async () => {
}
}, 200);
});
let inputs = document.querySelectorAll('.lora_weight input[type="range"]');
inputs.forEach(function (input) {
input.style.marginTop = '12px';
});
});