| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Fri Apr 17 08:20:10 2026 | Cross-referenced by PHPXref |