summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/rss/editor-rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/rss/editor-rtl.css')
-rw-r--r--wp-includes/blocks/rss/editor-rtl.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/wp-includes/blocks/rss/editor-rtl.css b/wp-includes/blocks/rss/editor-rtl.css
new file mode 100644
index 0000000..43815b9
--- /dev/null
+++ b/wp-includes/blocks/rss/editor-rtl.css
@@ -0,0 +1,16 @@
+.wp-block-rss li a>div{
+ display:inline;
+}
+
+.wp-block-rss__placeholder-form>*{
+ margin-bottom:8px;
+}
+@media (min-width:782px){
+ .wp-block-rss__placeholder-form>*{
+ margin-bottom:0;
+ }
+}
+.wp-block-rss__placeholder-form .wp-block-rss__placeholder-input{
+ flex:1;
+ min-width:80%;
+} \ No newline at end of file