You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
787 B

1 year ago
  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-file .components-resizable-box__container{
  12. margin-bottom:1em;
  13. }
  14. .wp-block-file .wp-block-file__preview{
  15. height:100%;
  16. margin-bottom:1em;
  17. width:100%;
  18. }
  19. .wp-block-file .wp-block-file__preview-overlay{
  20. bottom:0;
  21. left:0;
  22. position:absolute;
  23. right:0;
  24. top:0;
  25. }
  26. .wp-block-file .wp-block-file__content-wrapper{
  27. flex-grow:1;
  28. }
  29. .wp-block-file a{
  30. min-width:1em;
  31. }
  32. .wp-block-file a:not(.wp-block-file__button){
  33. display:inline-block;
  34. }
  35. .wp-block-file .wp-block-file__button-richtext-wrapper{
  36. display:inline-block;
  37. margin-right:.75em;
  38. }