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 / file / editor.css
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

41 lines 893 B Raw Download Zip
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 }