gobstones-blockly 0.25.3 → 0.25.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 65a443e1e6c0a5e1e25f47537a068264ad6e8ab534c40c02ba5234499b8d7760
4
- data.tar.gz: 4f8961c4f88a459b9927db0ba3748b5eb9e2bd90fe69294b3d2dcca4da56a5e0
3
+ metadata.gz: 0f1724c6b0a4a16cd5c195c49f8522ce2d767c399f763b76b33a374030166b61
4
+ data.tar.gz: da6e64d1f72c97205348d784c00ce25fe58e18f669a0cec8f64ce6f223c896a7
5
5
  SHA512:
6
- metadata.gz: 17531d7863b81a05243b4ec09e3b1fa80c9784da39d0bcc8d6c1c8633c93921afab7b2c2d7af7eb8432d30113b9627745d99d061ba047da748afc21288444bd5
7
- data.tar.gz: a84c45209fc35bfd018694a38d8584fbac475b9f3da233ee774092f30604f24a7b251cbaa5b8ac42a3fd4b45cb51819a46f378a119cab36ee952849c58b56e34
6
+ metadata.gz: a9151bc2d8418ef276fd330a93f84843c9aa6fbd8b18cc1ff8ea57183867c4128b5f0082d465812d9f17980c6e0482509bc5268512084e8401cd3a1faac5d19c
7
+ data.tar.gz: d01bd53765fe70ee268376909540c64da93b79880c4e5b690a23063f0255aa0bd301cee2a309b432423ec0f5ec6eebda9edf7450c86d53d441532dcb9ed61c6c
@@ -6882,14 +6882,14 @@ Blockly.ErrorInforming.CssContent = [
6882
6882
  row.style["pointer-elements"] = "none";
6883
6883
  row.style["background"] = "#15546f";
6884
6884
  row.style["color"] = "#ffffff";
6885
- row.style["margin-top"] = "15px";
6886
- row.style["margin-bottom"] = "15px";
6885
+ row.style["margin-top"] = "8px";
6886
+ row.style["margin-bottom"] = "8px";
6887
6887
  row.style["pointer-events"] = "none";
6888
6888
  row.style["user-select"] = "none";
6889
6889
 
6890
6890
  if (toolbarNode.innerHTML.startsWith("*")) {
6891
6891
  row.style["margin-top"] = "0";
6892
- row.style["margin-bottom"] = "-15px";
6892
+ row.style["margin-bottom"] = "-8px";
6893
6893
  row.style["font-weight"] = "900";
6894
6894
  toolbarNode.innerHTML = toolbarNode.innerHTML.replace("*", "");
6895
6895
  }
@@ -1,5 +1,5 @@
1
1
  module Gobstones
2
2
  module Blockly
3
- VERSION = "0.25.3"
3
+ VERSION = "0.25.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gobstones-blockly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.3
4
+ version: 0.25.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Alfonso
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-14 00:00:00.000000000 Z
11
+ date: 2018-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler