@innovastudio/contentbox 1.6.93 → 1.6.95
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.
|
4
|
+
"version": "1.6.95",
|
5
5
|
"description": "",
|
6
6
|
"main": "public/contentbox/contentbox.esm.js",
|
7
7
|
"types": "index.d.ts",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"ws": "^8.13.0"
|
55
55
|
},
|
56
56
|
"dependencies": {
|
57
|
-
"@innovastudio/contentbuilder": "^1.5.
|
57
|
+
"@innovastudio/contentbuilder": "^1.5.88",
|
58
58
|
"js-beautify": "^1.14.0",
|
59
59
|
"sortablejs": "^1.15.2"
|
60
60
|
}
|
@@ -854,6 +854,31 @@ body.controlpanel .is-content-view.mobile {
|
|
854
854
|
.builder-ui .items-stretch {
|
855
855
|
align-items: stretch;
|
856
856
|
}
|
857
|
+
.builder-ui .embed-responsive {
|
858
|
+
position: relative;
|
859
|
+
display: block;
|
860
|
+
width: 100%;
|
861
|
+
height: 0;
|
862
|
+
padding: 0;
|
863
|
+
overflow: hidden;
|
864
|
+
margin-top: 1.4em;
|
865
|
+
margin-bottom: 1em;
|
866
|
+
}
|
867
|
+
.builder-ui .embed-responsive.embed-responsive-16by9 {
|
868
|
+
padding-bottom: 56.25%;
|
869
|
+
}
|
870
|
+
.builder-ui .embed-responsive.embed-responsive-4by3 {
|
871
|
+
padding-bottom: 75%;
|
872
|
+
}
|
873
|
+
.builder-ui .embed-responsive iframe {
|
874
|
+
position: absolute;
|
875
|
+
top: 0;
|
876
|
+
bottom: 0;
|
877
|
+
left: 0;
|
878
|
+
width: 100%;
|
879
|
+
height: 100%;
|
880
|
+
border: 0;
|
881
|
+
}
|
857
882
|
.builder-ui svg {
|
858
883
|
width: 16px;
|
859
884
|
height: 16px;
|