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.

31 lines
692 B

1 year ago
  1. .wp-block-embed{
  2. clear:both;
  3. margin-left:0;
  4. margin-right:0;
  5. }
  6. .wp-block-embed.is-loading{
  7. display:flex;
  8. justify-content:center;
  9. }
  10. .wp-block-embed .components-placeholder__error{
  11. word-break:break-word;
  12. }
  13. .wp-block-embed .components-placeholder__learn-more{
  14. margin-top:1em;
  15. }
  16. .block-library-embed__interactive-overlay{
  17. bottom:0;
  18. left:0;
  19. opacity:0;
  20. position:absolute;
  21. right:0;
  22. top:0;
  23. }
  24. .wp-block[data-align=left]>.wp-block-embed,.wp-block[data-align=right]>.wp-block-embed{
  25. max-width:360px;
  26. width:100%;
  27. }
  28. .wp-block[data-align=left]>.wp-block-embed .wp-block-embed__wrapper,.wp-block[data-align=right]>.wp-block-embed .wp-block-embed__wrapper{
  29. min-width:280px;
  30. }