mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-04-30 23:05:42 +08:00
consistency of button size on model installer
This commit is contained in:
parent
c4efab0d81
commit
c38b484472
@ -741,6 +741,8 @@ class ModelInstaller extends ComfyDialog {
|
|||||||
installBtn.style.backgroundColor = 'black';
|
installBtn.style.backgroundColor = 'black';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
installBtn.style.width = "100px";
|
||||||
|
|
||||||
installBtn.addEventListener('click', function() {
|
installBtn.addEventListener('click', function() {
|
||||||
install_model(data);
|
install_model(data);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user