From 797d86d4d9544a5af46b2d92dc961e23d6951b61 Mon Sep 17 00:00:00 2001 From: STEINNI Date: Mon, 5 Jan 2026 21:04:09 +0000 Subject: [PATCH] graflow, autoplacement 1.65, organi cleanup --- app/assets/html/bzGraflow/nodesTest2.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/html/bzGraflow/nodesTest2.html b/app/assets/html/bzGraflow/nodesTest2.html index 2b99b16..2ec357f 100644 --- a/app/assets/html/bzGraflow/nodesTest2.html +++ b/app/assets/html/bzGraflow/nodesTest2.html @@ -14,7 +14,7 @@ .bzgf-node .text { position: absolute; top: 50%; - left: 50%; + transform: translateY(-50%); width: 100%; height: 2em; color: white; @@ -55,7 +55,6 @@ position: absolute; 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"] [data-direction="e"]{ right: -28px; } .bzgf-node[data-nodetype="condition"] [data-direction="n"]{ top: -28px; }