This commit is contained in:
2026-02-09 11:17:35 +01:00
parent 68f35123af
commit b7c26b5229
3 changed files with 73 additions and 26 deletions

View File

@@ -796,8 +796,8 @@
.workflow-nodes .node-5 { left: 85%; }
}
/* Phone System Visual */
.phone-system {
/* Phone System Visual - OLD STYLES (overridden by .phone-workflow) */
.phone-system:not(.phone-workflow) {
position: relative;
width: 100%;
height: 80px;
@@ -924,8 +924,8 @@
font-weight: bold;
}
/* Chat System Visual */
.chat-system {
/* Chat System Visual - OLD STYLES (overridden by .chat-workflow) */
.chat-system:not(.chat-workflow) {
position: relative;
width: 100%;
height: 80px;
@@ -1141,6 +1141,11 @@
pointer-events: auto;
}
.int-node svg {
width: 22px;
height: 22px;
}
/* Node positions - matching SVG viewBox 320x120, centered on node boxes */
.int-node-1 { left: 4.7%; top: 50%; transform: translate(0, -50%); }
.int-node-2 { left: 42.2%; top: 8.3%; transform: translate(0, 0); }
@@ -1203,6 +1208,11 @@
pointer-events: auto;
}
.wf-node svg {
width: 22px;
height: 22px;
}
/* Linear 4-node workflow positions (Phone & Chat) - viewBox 280x120 */
/* Nodes at x: 10, 90, 170, 250 (center of 40px boxes) */
.wf-node-1 { left: 3.6%; top: 50%; transform: translate(0, -50%); }