From 1661184577dec9c2f53bcf7dcf59c71ec7912730 Mon Sep 17 00:00:00 2001 From: STEINNI Date: Wed, 25 Feb 2026 18:26:28 +0000 Subject: [PATCH] graflow: also embed button icons --- bzGraflow.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bzGraflow.js b/bzGraflow.js index 73f6e2b..72f64a9 100644 --- a/bzGraflow.js +++ b/bzGraflow.js @@ -54,7 +54,6 @@ class BZgraflow extends Buildoz{ const style = document.createElement('style') //TODO kick this wart somewhere under a carpet style.textContent = ` - /*@import '/app/assets/styles/icons.css';*/ .bzgf-wires-container, .bzgf-nodes-container{ position: absolute; inset: 0; width: 100%; height: 100%; } .bzgf-nodes-container .bzgf-node{ position:absolute; }