corrected vertical autoplace spacing
This commit is contained in:
@@ -56,14 +56,14 @@
|
||||
}
|
||||
.bzgf-node[data-nodetype="condition"] .frame{
|
||||
border: 1px solid white;
|
||||
transform: rotate(-45deg);
|
||||
transform: rotate(-45deg) scale(0.7071);
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
}
|
||||
.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="n"]{ top: -28px; }
|
||||
.bzgf-node[data-nodetype="condition"] [data-direction="s"]{ bottom: -28px; }
|
||||
.bzgf-node[data-nodetype="condition"] .port[data-direction="w"]{ left: -5px; }
|
||||
.bzgf-node[data-nodetype="condition"] [data-direction="e"]{ right: -5px; }
|
||||
.bzgf-node[data-nodetype="condition"] [data-direction="n"]{ top: -5px; }
|
||||
.bzgf-node[data-nodetype="condition"] [data-direction="s"]{ bottom: -5px; }
|
||||
|
||||
.bzgf-node[data-nodetype="process"]{
|
||||
border: 1px solid white;
|
||||
|
||||
Reference in New Issue
Block a user