This commit is contained in:
Christian Bastian
2024-09-23 14:55:57 -04:00
3 changed files with 124 additions and 70 deletions

View File

@@ -10,7 +10,7 @@
position: fixed;
overflow: hidden;
width: 100%;
z-index: 2000; /*needs to be below the dialog modal element*/
z-index: 1100; /*needs to be below the dialog modal element*/
/*override comfy-modal settings*/
border-radius: 0;
@@ -91,6 +91,7 @@
overflow: hidden;
color: var(--input-text);
display: flex;
gap: 2px;
flex-direction: row-reverse;
flex-wrap: wrap;
}
@@ -152,7 +153,7 @@
width: 100%;
}
.model-manager button {
.model-manager button, .model-manager .model-manager-head .topbar-right select {
margin: 0;
border: 2px solid var(--border-color);
}
@@ -172,6 +173,11 @@
cursor: not-allowed;
}
.model-manager select:hover{
filter: brightness(1.2);
cursor: pointer;
}
.model-manager button.block {
width: 100%;
}
@@ -256,7 +262,7 @@
.model-manager .model-tab-group {
display: flex;
gap: 4px;
height: 40px;
height: 44px;
}
.model-manager .model-tab-group .tab-button {
@@ -272,6 +278,7 @@
.model-manager .model-tab-group .tab-button.active {
background-color: var(--bg-color);
margin-bottom: -2px;
cursor: default;
position: relative;
z-index: 1;
@@ -462,7 +469,7 @@
}
.model-manager .comfy-grid .model-label {
background-color: rgb(from var(--content-hover-bg) r g b / 0.5);
background-color: rgb(from var(--content-hover-bg) r g b / 0.6);
width: 100%;
height: 2.2rem;
position: absolute;
@@ -600,7 +607,8 @@
position: relative;
top: 0;
bottom: 0;
font-size: 24px;
font-size: 20px;
text-align-last: center;
-o-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
@@ -701,7 +709,7 @@
.model-manager .model-manager-settings input[type="number"],
.model-manager .tag-generator-settings input[type="number"]{
width: 50px;
width: 60px;
}
.model-manager .search-settings-text {