@innovastudio/contentbox 1.4.2 → 1.4.4
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.4",
|
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.8",
|
50
50
|
"js-beautify": "^1.14.0"
|
51
51
|
}
|
52
52
|
}
|
@@ -237,6 +237,40 @@
|
|
237
237
|
max-width: 930px;
|
238
238
|
}
|
239
239
|
}
|
240
|
+
#divSidebarSections.large {
|
241
|
+
width: 100%;
|
242
|
+
}
|
243
|
+
|
244
|
+
@media all and (min-width: 765px) {
|
245
|
+
#divSidebarSections.large {
|
246
|
+
max-width: 615px;
|
247
|
+
}
|
248
|
+
}
|
249
|
+
@media all and (min-width: 1260px) {
|
250
|
+
#divSidebarSections.large {
|
251
|
+
max-width: 1110px;
|
252
|
+
}
|
253
|
+
}
|
254
|
+
@media all and (min-width: 1770px) {
|
255
|
+
#divSidebarSections.large {
|
256
|
+
max-width: 1620px;
|
257
|
+
}
|
258
|
+
}
|
259
|
+
#divSidebarSections.medium {
|
260
|
+
width: 100%;
|
261
|
+
max-width: 1280px;
|
262
|
+
}
|
263
|
+
|
264
|
+
@media all and (max-width: 1400px) {
|
265
|
+
#divSidebarSections.medium {
|
266
|
+
max-width: 880px;
|
267
|
+
}
|
268
|
+
}
|
269
|
+
#divSidebarSections.small {
|
270
|
+
width: 100%;
|
271
|
+
max-width: 930px;
|
272
|
+
}
|
273
|
+
|
240
274
|
#divSelector {
|
241
275
|
position: absolute;
|
242
276
|
top: 110px;
|
@@ -440,6 +474,7 @@
|
|
440
474
|
opacity: 0.01;
|
441
475
|
/* setting display=none makes initial script may not work properly */
|
442
476
|
transform-origin: top;
|
477
|
+
padding-left: 50px;
|
443
478
|
}
|
444
479
|
|
445
480
|
#_cbhtml {
|