mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-11 02:20:08 +00:00
fix in widgets
This commit is contained in:
@@ -251,6 +251,21 @@
|
||||
color: #AAA;
|
||||
}
|
||||
|
||||
.litegraph-editor .dialog .dialog-content h3 {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.litegraph-editor .dialog .dialog-content .connections {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.litegraph-editor .dialog .dialog-content .connections .connections_side {
|
||||
width: calc(50% - 5px);
|
||||
min-height: 100px;
|
||||
background-color: black;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.litegraph-editor .dialog .node_type {
|
||||
font-size: 1.2em;
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user