@capillarytech/creatives-library 8.0.242-alpha.7 → 8.0.242-alpha.8
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
|
@@ -36,24 +36,6 @@
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
|
|
40
|
-
// Fullscreen modal library mode styles (outside .html-editor block since fullscreen is a separate element)
|
|
41
|
-
.html-editor-fullscreen--library-mode {
|
|
42
|
-
.preview-pane {
|
|
43
|
-
max-height: calc(95vh - 5%);
|
|
44
|
-
|
|
45
|
-
&__content {
|
|
46
|
-
height: calc(95vh - 5%); // Same as editor pane - maximize to full available height
|
|
47
|
-
max-height: calc(95vh - 50%);
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
iframe {
|
|
51
|
-
height: calc(95vh - 5%); // Same as editor pane - maximize to full available height
|
|
52
|
-
max-height: calc(95vh - 50%);
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
39
|
}
|
|
58
40
|
|
|
59
41
|
.html-editor {
|
|
@@ -265,6 +247,23 @@
|
|
|
265
247
|
}
|
|
266
248
|
}
|
|
267
249
|
|
|
250
|
+
// Fullscreen modal library mode styles (outside .html-editor block since fullscreen is a separate element)
|
|
251
|
+
.html-editor-fullscreen--library-mode {
|
|
252
|
+
.preview-pane {
|
|
253
|
+
max-height: calc(95vh - 5%);
|
|
254
|
+
|
|
255
|
+
&__content {
|
|
256
|
+
height: calc(95vh - 5%); // Same as editor pane - maximize to full available height
|
|
257
|
+
max-height: calc(95vh - 50%);
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
iframe {
|
|
261
|
+
height: calc(95vh - 5%); // Same as editor pane - maximize to full available height
|
|
262
|
+
max-height: calc(95vh - 50%);
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
|
|
268
267
|
// Animation classes for smooth transitions
|
|
269
268
|
.html-editor-transition {
|
|
270
269
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|