[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  .wp-block-file{
   2    align-items:center;
   3    display:flex;
   4    flex-wrap:wrap;
   5    justify-content:space-between;
   6    margin-bottom:0;
   7  }
   8  .wp-block[data-align=left]>.wp-block-file,.wp-block[data-align=right]>.wp-block-file{
   9    height:auto;
  10  }
  11  .wp-block[data-align=center]>.wp-block-file{
  12    text-align:center;
  13  }
  14  .wp-block-file .components-resizable-box__container{
  15    margin-bottom:1em;
  16  }
  17  .wp-block-file .wp-block-file__preview{
  18    height:100%;
  19    margin-bottom:1em;
  20    width:100%;
  21  }
  22  .wp-block-file .wp-block-file__preview-overlay{
  23    bottom:0;
  24    left:0;
  25    position:absolute;
  26    right:0;
  27    top: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:.75em;
  41  }


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref