Added fixes towards new worker deployment

This commit is contained in:
frikky
2021-11-17 01:49:06 +01:00
parent 00ba0638a6
commit 0cf166fdf9
14 changed files with 389 additions and 104 deletions
+5 -4
View File
@@ -53,17 +53,18 @@ const data = [
selector: `node[type="COMMENT"]`,
css: {
shape: "roundrectangle",
"background-color": "data(backgroundcolor)",
"border-color": "#ffffff",
color: "data(color)",
width: "data(width)",
height: "data(height)",
"border-radius": "5px",
"background-opacity": "0.5",
padding: "0px",
margin: "0px",
"background-color": "data(backgroundcolor)",
"border-color": "#ffffff",
"text-margin-x": "0px",
"z-index": 4999,
"border-radius": "5px",
"background-opacity": "0.5",
"text-wrap": "wrap",
},
},
{