|
@@ -52,6 +52,22 @@ Editor Styles for Radcliffe 2: Vintage Style Pack
|
|
width: auto;
|
|
width: auto;
|
|
max-width: 1000%;
|
|
max-width: 1000%;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ .editor-block-list__layout .editor-block-list__block[data-type="core/cover-image"] {
|
|
|
|
+ margin-left: calc(30% - 30vw );
|
|
|
|
+ margin-right: calc(30% - 30vw );
|
|
|
|
+ width: auto;
|
|
|
|
+ max-width: 1000%;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /* WordPress left sidebar is closed */
|
|
|
|
+ .folded .editor-block-list__layout .editor-block-list__block[data-type="core/cover-image"] {
|
|
|
|
+ margin-left: calc(45% - 40vw);
|
|
|
|
+ margin-right: calc(45% - 40vw);
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ /* Gutenberg right sidebar is opened */
|
|
|
|
+ /* is-sidebar-opened */
|
|
}
|
|
}
|
|
|
|
|
|
/* Editor Layout */
|
|
/* Editor Layout */
|
|
@@ -83,8 +99,6 @@ Editor Styles for Radcliffe 2: Vintage Style Pack
|
|
outline: none;
|
|
outline: none;
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
/*--------------------------------------------------------------
|
|
/*--------------------------------------------------------------
|
|
# Typography
|
|
# Typography
|
|
--------------------------------------------------------------*/
|
|
--------------------------------------------------------------*/
|