@innovastudio/contentbox 1.4.34 → 1.4.35
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.4.
|
4
|
+
"version": "1.4.35",
|
5
5
|
"description": "",
|
6
6
|
"main": "public/contentbox/contentbox.esm.js",
|
7
7
|
"files": [
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"webpack-dev-server": "^4.0.0"
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
|
-
"@innovastudio/contentbuilder": "^1.3.
|
49
|
+
"@innovastudio/contentbuilder": "^1.3.40",
|
50
50
|
"js-beautify": "^1.14.0"
|
51
51
|
}
|
52
52
|
}
|
@@ -479,10 +479,6 @@
|
|
479
479
|
.is-wrapper.is-edit {
|
480
480
|
padding-left: 60px;
|
481
481
|
}
|
482
|
-
.is-wrapper.is-edit > div {
|
483
|
-
overflow-x: unset;
|
484
|
-
overflow-y: unset;
|
485
|
-
}
|
486
482
|
.is-wrapper .transition-edit.is-section {
|
487
483
|
transition: all 0.2s ease !important;
|
488
484
|
}
|
@@ -651,10 +647,16 @@
|
|
651
647
|
outline: none !important;
|
652
648
|
}
|
653
649
|
|
654
|
-
.is-section.is-section-navbar,
|
655
|
-
.is-section.is-section-navbar .is-topbar {
|
650
|
+
.is-wrapper.is-edit .is-section.is-section-navbar,
|
651
|
+
.is-wrapper.is-edit .is-section.is-section-navbar .is-topbar {
|
652
|
+
left: 0;
|
653
|
+
margin-left: 60px;
|
656
654
|
width: calc(100% - 60px);
|
657
655
|
}
|
656
|
+
.is-wrapper.is-edit .is-section.is-section-navbar .is-topbar.static {
|
657
|
+
width: 100%;
|
658
|
+
margin-left: unset;
|
659
|
+
}
|
658
660
|
|
659
661
|
.is-section.protected .is-box-tool {
|
660
662
|
display: none !important;
|