mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:28:17 +08:00
More operations nodes types
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user