Replaced most $el buttons with ComfyButtons.

This commit is contained in:
Christian Bastian
2024-07-23 22:39:02 -04:00
parent eade5b27d8
commit 85a8f5f427
2 changed files with 198 additions and 139 deletions

View File

@@ -149,7 +149,6 @@
}
.model-manager .icon-button {
padding: 0;
height: 40px;
width: 40px;
line-height: 1.15;
@@ -173,12 +172,12 @@
min-width: 0;
}
.model-manager .button-success {
.model-manager .comfy-button-success {
color: green;
border-color: green;
}
.model-manager .button-failure {
.model-manager .comfy-button-failure {
color: darkred;
border-color: darkred;
}
@@ -633,6 +632,7 @@
.model-manager .model-manager-settings button {
height: 40px;
width: 120px;
justify-content: center;
}
.model-manager .model-manager-settings input[type="number"],