graflow, autoplacement 1.65, organi cleanup
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
.bzgf-node .text {
|
.bzgf-node .text {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
transform: translateY(-50%);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
color: white;
|
color: white;
|
||||||
@@ -55,7 +55,6 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
}
|
}
|
||||||
.bzgf-node[data-nodetype="condition"] .text{ transform: rotate(45deg); }
|
|
||||||
.bzgf-node[data-nodetype="condition"] .port[data-direction="w"]{ left: -28px; }
|
.bzgf-node[data-nodetype="condition"] .port[data-direction="w"]{ left: -28px; }
|
||||||
.bzgf-node[data-nodetype="condition"] [data-direction="e"]{ right: -28px; }
|
.bzgf-node[data-nodetype="condition"] [data-direction="e"]{ right: -28px; }
|
||||||
.bzgf-node[data-nodetype="condition"] [data-direction="n"]{ top: -28px; }
|
.bzgf-node[data-nodetype="condition"] [data-direction="n"]{ top: -28px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user