Skip to content

Commit 97e9f6c

Browse files
authored
Merge pull request #1 from Comfy-Org/comfyui
Comfy UI custom changes
2 parents b3862e9 + c608227 commit 97e9f6c

File tree

2 files changed

+158
-44
lines changed

2 files changed

+158
-44
lines changed

css/litegraph.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@
184184
color: white;
185185
padding-left: 10px;
186186
margin-right: 5px;
187+
max-width: 300px;
187188
}
188189

189190
.litegraph.litesearchbox .name {
@@ -227,6 +228,18 @@
227228
color: black;
228229
}
229230

231+
.litegraph.lite-search-item-type {
232+
display: inline-block;
233+
background: rgba(0,0,0,0.2);
234+
margin-left: 5px;
235+
font-size: 14px;
236+
padding: 2px 5px;
237+
position: relative;
238+
top: -2px;
239+
opacity: 0.8;
240+
border-radius: 4px;
241+
}
242+
230243
/* DIALOGs ******/
231244

232245
.litegraph .dialog {

0 commit comments

Comments
 (0)