build/styles/block-library/file
editor-rtl.css
894 B
7 months ago
editor-rtl.min.css
763 B
7 months ago
editor.css
893 B
7 months ago
editor.min.css
762 B
7 months ago
style-rtl.css
776 B
7 months ago
style-rtl.min.css
655 B
7 months ago
style.css
792 B
7 months ago
style.min.css
654 B
7 months ago
editor.css in Gutenberg 23.2.0, at build/styles/block-library/file/editor.css
| 1 | .wp-block[data-align=left] > .wp-block-file, .wp-block[data-align=right] > .wp-block-file { |
| 2 | height: auto; |
| 3 | } |
| 4 | .wp-block[data-align=center] > .wp-block-file { |
| 5 | text-align: center; |
| 6 | } |
| 7 | .wp-block-file { |
| 8 | display: flex; |
| 9 | flex-wrap: wrap; |
| 10 | justify-content: space-between; |
| 11 | align-items: center; |
| 12 | margin-bottom: 0; |
| 13 | } |
| 14 | .wp-block-file .components-resizable-box__container { |
| 15 | margin-bottom: 1em; |
| 16 | } |
| 17 | .wp-block-file .wp-block-file__preview { |
| 18 | margin-bottom: 1em; |
| 19 | width: 100%; |
| 20 | height: 100%; |
| 21 | } |
| 22 | .wp-block-file .wp-block-file__preview-overlay { |
| 23 | position: absolute; |
| 24 | top: 0; |
| 25 | right: 0; |
| 26 | bottom: 0; |
| 27 | left: 0; |
| 28 | } |
| 29 | .wp-block-file .wp-block-file__content-wrapper { |
| 30 | flex-grow: 1; |
| 31 | } |
| 32 | .wp-block-file a { |
| 33 | min-width: 1em; |
| 34 | } |
| 35 | .wp-block-file a:not(.wp-block-file__button) { |
| 36 | display: inline-block; |
| 37 | } |
| 38 | .wp-block-file .wp-block-file__button-richtext-wrapper { |
| 39 | display: inline-block; |
| 40 | margin-left: 0.75em; |
| 41 | } |