Litegraph node search improvements.

See: https://github.com/comfyanonymous/litegraph.js/pull/5
This commit is contained in:
comfyanonymous
2024-01-31 02:26:27 -05:00
parent eeca72488b
commit 6565c9ad4d
2 changed files with 26 additions and 2 deletions

View File

@@ -184,6 +184,7 @@
color: white;
padding-left: 10px;
margin-right: 5px;
max-width: 300px;
}
.litegraph.litesearchbox .name {
@@ -227,6 +228,18 @@
color: black;
}
.litegraph.lite-search-item-type {
display: inline-block;
background: rgba(0,0,0,0.2);
margin-left: 5px;
font-size: 14px;
padding: 2px 5px;
position: relative;
top: -2px;
opacity: 0.8;
border-radius: 4px;
}
/* DIALOGs ******/
.litegraph .dialog {