mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-05 15:17:32 +08:00
More operations nodes types
This commit is contained in:
14
dist/css/ueb-style.css
vendored
14
dist/css/ueb-style.css
vendored
@@ -315,7 +315,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 {
|
||||
@@ -323,6 +323,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;
|
||||
@@ -532,10 +541,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