mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 10:22:59 +08:00
consistency of button size on model installer
This commit is contained in:
parent
c4efab0d81
commit
c38b484472
@ -742,6 +742,8 @@ class ModelInstaller extends ComfyDialog {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
installBtn.style.width = "100px";
|
||||||
|
|
||||||
installBtn.addEventListener('click', function() {
|
installBtn.addEventListener('click', function() {
|
||||||
install_model(data);
|
install_model(data);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user