@innovastudio/contentbox 1.6.53 → 1.6.54

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.53",
4
+ "version": "1.6.54",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -2085,8 +2085,7 @@ body.frame-center.controlpanel .is-content-view {
2085
2085
  display: none;
2086
2086
  z-index: 1001;
2087
2087
  position: absolute;
2088
- margin-top: 40px;
2089
- top: 12%;
2088
+ top: calc(17% - 14px);
2090
2089
  right: 0px;
2091
2090
  left: auto;
2092
2091
  width: 35px;
@@ -150513,8 +150513,7 @@ Add an image for each feature.`, 'Create a new block showcasing a photo gallery
150513
150513
  display: none;
150514
150514
  z-index: 1001;
150515
150515
  position: absolute;
150516
- margin-top: 40px;
150517
- top: 12%;
150516
+ top: calc(17% - 14px);
150518
150517
  right: 0px;
150519
150518
  left: auto;
150520
150519
  width: 35px;