gobstones-blockly 0.25.2 → 0.25.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/htmls/gs-element-blockly.html +1 -1
- data/lib/gobstones/blockly/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 65a443e1e6c0a5e1e25f47537a068264ad6e8ab534c40c02ba5234499b8d7760
|
|
4
|
+
data.tar.gz: 4f8961c4f88a459b9927db0ba3748b5eb9e2bd90fe69294b3d2dcca4da56a5e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17531d7863b81a05243b4ec09e3b1fa80c9784da39d0bcc8d6c1c8633c93921afab7b2c2d7af7eb8432d30113b9627745d99d061ba047da748afc21288444bd5
|
|
7
|
+
data.tar.gz: a84c45209fc35bfd018694a38d8584fbac475b9f3da233ee774092f30604f24a7b251cbaa5b8ac42a3fd4b45cb51819a46f378a119cab36ee952849c58b56e34
|
|
@@ -6888,7 +6888,7 @@ Blockly.ErrorInforming.CssContent = [
|
|
|
6888
6888
|
row.style["user-select"] = "none";
|
|
6889
6889
|
|
|
6890
6890
|
if (toolbarNode.innerHTML.startsWith("*")) {
|
|
6891
|
-
row.style["margin-
|
|
6891
|
+
row.style["margin-top"] = "0";
|
|
6892
6892
|
row.style["margin-bottom"] = "-15px";
|
|
6893
6893
|
row.style["font-weight"] = "900";
|
|
6894
6894
|
toolbarNode.innerHTML = toolbarNode.innerHTML.replace("*", "");
|