PluginProbe
Gutenberg / 23.7.2
Gutenberg v23.7.2
23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 7.4.0 All 402 releases
gutenberg / build / styles / block-library / media-text / editor.css

editor.css in Gutenberg 23.7.2, at build/styles/block-library/media-text/editor.css

38 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wp-block-media-text__media {
2 position: relative;
3 }
4 .wp-block-media-text__media.is-transient img {
5 opacity: 0.3;
6 }
7 .wp-block-media-text__media .components-spinner {
8 position: absolute;
9 top: 50%;
10 left: 50%;
11 margin-top: -9px;
12 margin-left: -9px;
13 }
14
15 .wp-block-media-text .__resizable_base__ {
16 grid-column: 1/span 2;
17 grid-row: 2;
18 }
19
20 .wp-block-media-text .editor-media-container__resizer {
21 width: 100% !important;
22 }
23
24 .wp-block-media-text.is-image-fill .editor-media-container__resizer,
25 .wp-block-media-text.is-image-fill .components-placeholder.has-illustration,
26 .wp-block-media-text.is-image-fill-element .editor-media-container__resizer,
27 .wp-block-media-text.is-image-fill-element .components-placeholder.has-illustration {
28 height: 100% !important;
29 }
30
31 .wp-block-media-text > .block-editor-block-list__layout > .block-editor-block-list__block {
32 max-width: unset;
33 }
34
35 /* Make the featured image placeholder the same height as the media selection area. */
36 .wp-block-media-text--placeholder-image {
37 min-height: 205px;
38 }