app/assets/htmls/gs-element-blockly.html in gobstones-blockly-0.25.1 vs app/assets/htmls/gs-element-blockly.html in gobstones-blockly-0.25.2
- old
+ new
@@ -6886,9 +6886,10 @@
row.style["margin-bottom"] = "15px";
row.style["pointer-events"] = "none";
row.style["user-select"] = "none";
if (toolbarNode.innerHTML.startsWith("*")) {
+ row.style["margin-bottom"] = "0";
row.style["margin-bottom"] = "-15px";
row.style["font-weight"] = "900";
toolbarNode.innerHTML = toolbarNode.innerHTML.replace("*", "");
}
\ No newline at end of file