graflow, autoplacement 1.65, organi cleanup

This commit is contained in:
STEINNI
2026-01-05 21:04:09 +00:00
parent f535838623
commit 797d86d4d9
+1 -2
View File
@@ -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; }