PluginProbe
Gutenberg / 23.2.0
Gutenberg v23.2.0
24.0.0 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 All 403 releases
gutenberg / build / styles / block-library / media-text / editor-rtl.css
build/styles/block-library/media-text
editor-rtl.css 1.0 KB 8 months ago editor-rtl.min.css 853 B 8 months ago editor.css 1.0 KB 8 months ago editor.min.css 851 B 8 months ago style-rtl.css 3.2 KB 7 months ago style-rtl.min.css 2.4 KB 7 months ago style.css 3.4 KB 6 months ago style.min.css 2.4 KB 7 months ago

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

38 lines 1.0 KB 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 right: 50%;
11 margin-top: -9px;
12 margin-right: -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 }