summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/embed/editor-rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/embed/editor-rtl.css')
-rw-r--r--wp-includes/blocks/embed/editor-rtl.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/wp-includes/blocks/embed/editor-rtl.css b/wp-includes/blocks/embed/editor-rtl.css
new file mode 100644
index 0000000..60a774d
--- /dev/null
+++ b/wp-includes/blocks/embed/editor-rtl.css
@@ -0,0 +1,32 @@
+.wp-block-embed{
+ clear:both;
+ margin-left:0;
+ margin-right:0;
+}
+.wp-block-embed.is-loading{
+ display:flex;
+ justify-content:center;
+}
+.wp-block-embed .components-placeholder__error{
+ word-break:break-word;
+}
+.wp-block-embed .components-placeholder__learn-more{
+ margin-top:1em;
+}
+
+.block-library-embed__interactive-overlay{
+ bottom:0;
+ left:0;
+ opacity:0;
+ position:absolute;
+ right:0;
+ top:0;
+}
+
+.wp-block[data-align=left]>.wp-block-embed,.wp-block[data-align=right]>.wp-block-embed{
+ max-width:360px;
+ width:100%;
+}
+.wp-block[data-align=left]>.wp-block-embed .wp-block-embed__wrapper,.wp-block[data-align=right]>.wp-block-embed .wp-block-embed__wrapper{
+ min-width:280px;
+} \ No newline at end of file