graflow: also embed button icons

This commit is contained in:
STEINNI
2026-02-25 18:26:28 +00:00
parent c3e87e28b4
commit 1661184577

View File

@@ -54,7 +54,6 @@ class BZgraflow extends Buildoz{
const style = document.createElement('style') const style = document.createElement('style')
//TODO kick this wart somewhere under a carpet //TODO kick this wart somewhere under a carpet
style.textContent = ` style.textContent = `
/*@import '/app/assets/styles/icons.css';*/
.bzgf-wires-container, .bzgf-wires-container,
.bzgf-nodes-container{ position: absolute; inset: 0; width: 100%; height: 100%; } .bzgf-nodes-container{ position: absolute; inset: 0; width: 100%; height: 100%; }
.bzgf-nodes-container .bzgf-node{ position:absolute; } .bzgf-nodes-container .bzgf-node{ position:absolute; }