More operations nodes types

This commit is contained in:
barsdeveloper
2023-05-19 01:13:57 +02:00
parent 6e9c371e99
commit 7f57786d55
11 changed files with 52 additions and 14 deletions

View File

@@ -67,7 +67,7 @@ ueb-node[data-selected="true"]>.ueb-node-border {
}
.ueb-node-style-operation .ueb-node-wrapper {
grid-template-rows: min-content 1fr 1fr min-content min-content;
grid-template-rows: min-content auto auto min-content min-content;
}
.ueb-node-outputs ueb-pin[data-type="exec"] .ueb-pin-wrapper {
@@ -75,6 +75,15 @@ ueb-node[data-selected="true"]>.ueb-node-border {
min-height: 26px;
}
.ueb-node-style-operation .ueb-node-inputs {
align-self: center;
}
.ueb-node-style-operation:not(.ueb-node-is-variadic) .ueb-node-outputs {
grid-row: 2 / 4;
align-self: center;
}
ueb-blueprint[data-scrolling="false"][data-selecting="false"] .ueb-node-wrapper,
ueb-blueprint[data-scrolling="false"][data-selecting="false"] ueb-node.ueb-node-style-minimal .ueb-node-border {
cursor: move;
@@ -300,10 +309,11 @@ ueb-node.ueb-node-style-operation .ueb-node-top {
grid-area: center;
align-self: center;
justify-self: center;
padding: 5px;
padding: 0 5px;
font-size: 28px;
font-stretch: condensed;
font-weight: bold;
line-height: 100%;
z-index: -1;
}