consistency of button size on model installer
This commit is contained in:
@@ -742,6 +742,8 @@ class ModelInstaller extends ComfyDialog {
|
||||
break;
|
||||
}
|
||||
|
||||
installBtn.style.width = "100px";
|
||||
|
||||
installBtn.addEventListener('click', function() {
|
||||
install_model(data);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user