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
| 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 | } |