[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/file/ -> editor-rtl.css (source)

   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    left: 0;
  26    bottom: 0;
  27    right: 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-right: 0.75em;
  41  }


Generated : Wed May 6 08:20:15 2026 Cross-referenced by PHPXref