From 8be5751107c6d6ecc55c137d6c8fdcb6e5b8b3c5 Mon Sep 17 00:00:00 2001 From: STEINNI Date: Sat, 28 Feb 2026 11:14:04 +0000 Subject: [PATCH] graflow: source grooming + demo panels subflow compatible --- app/assets/html/test.html | 38 +++++++++++++++++++---------- app/thirdparty/buildoz/bzGraflow.js | 28 ++++++++++++--------- 2 files changed, 41 insertions(+), 25 deletions(-) diff --git a/app/assets/html/test.html b/app/assets/html/test.html index 7145435..87fdd24 100644 --- a/app/assets/html/test.html +++ b/app/assets/html/test.html @@ -49,23 +49,17 @@ border: 2px solid black; } bz-graflow.compunet{ grid-column: 1 / -1; width: 80vw; height: 40vh; background:black; } - bz-graflow.eic{ grid-column: 1 / -1; width: 80vw; height: 30vh; background: var(--eicui-base-color-grey-10); } + bz-graflow.eic{ grid-column: 1 / -1; width: 80vw; height: 50vh; background: var(--eicui-base-color-grey-10); } bz-graflow.organi{ width: 40vw; height: 100vh; background:black; }