upd
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
position: fixed;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
z-index: 2000;
|
||||
z-index: 1100;
|
||||
|
||||
/*override comfy-modal settings*/
|
||||
border-radius: 0;
|
||||
@@ -87,6 +87,7 @@
|
||||
overflow: hidden;
|
||||
color: var(--input-text);
|
||||
display: flex;
|
||||
gap: 2px;
|
||||
flex-direction: row-reverse;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
@@ -148,7 +149,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);
|
||||
}
|
||||
@@ -168,6 +169,11 @@
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.model-manager select:hover{
|
||||
filter: brightness(1.2);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.model-manager button.block {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -248,7 +254,7 @@
|
||||
.model-manager .model-tab-group {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
height: 40px;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
.model-manager .model-tab-group .tab-button {
|
||||
@@ -264,6 +270,7 @@
|
||||
|
||||
.model-manager .model-tab-group .tab-button.active {
|
||||
background-color: var(--bg-color);
|
||||
margin-bottom: -2px;
|
||||
cursor: default;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
@@ -451,7 +458,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;
|
||||
@@ -589,7 +596,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;
|
||||
@@ -690,7 +698,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 {
|
||||
|
||||
Reference in New Issue
Block a user