fix in widgets

This commit is contained in:
tamat
2020-04-21 12:35:02 +02:00
parent e2fce11afc
commit 78e55db0b1
11 changed files with 1593 additions and 751 deletions

View File

@@ -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;