locizify 6.0.2 → 6.0.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 6.0.3
2
+
3
+ - update locize plugin
4
+
1
5
  ### 6.0.2
2
6
 
3
7
  - update locize plugin
@@ -12599,7 +12599,7 @@
12599
12599
  var iframe = document.createElement('iframe');
12600
12600
  iframe.setAttribute('id', 'i18next-editor-iframe');
12601
12601
  iframe.setAttribute('data-i18next-editor-element', 'true');
12602
- iframe.style = "\n z-index: 100;\n width: 100%;\n height: calc(100% - 32px);\n border: none;\n background: #fff;\n ";
12602
+ iframe.style = "\n z-index: 100;\n width: 100%;\n height: calc(100% - 28px);\n border: none;\n background: #fff;\n ";
12603
12603
  iframe.setAttribute('src', url);
12604
12604
  iframe.addEventListener('load', cb);
12605
12605
  popup.appendChild(iframe);