浏览代码

More fixes for RTL styles.

Caroline Moore 6 年之前
父节点
当前提交
916c060d49
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      toujours/editor-blocks.css

+ 8 - 1
toujours/editor-blocks.css

@@ -858,6 +858,7 @@
 
 
 .rtl ol.wp-block-latest-comments {
 .rtl ol.wp-block-latest-comments {
 	margin-right: 0;
 	margin-right: 0;
+	padding-right: 0;
 }
 }
 
 
 .wp-block-latest-comments__comment-excerpt p:last-child {
 .wp-block-latest-comments__comment-excerpt p:last-child {
@@ -866,10 +867,16 @@
 
 
 /* Latest Posts */
 /* Latest Posts */
 
 
-.edit-post-visual-editor .wp-block-latest-posts.is-grid {
+.rtl .edit-post-visual-editor .wp-block-latest-posts {
+	padding-right: 0;
+}
+
+.edit-post-visual-editor .wp-block-latest-posts.is-grid,
+.rtl .edit-post-visual-editor .wp-block-latest-posts.is-grid {
 	list-style: none;
 	list-style: none;
 	margin-left: 0;
 	margin-left: 0;
 	margin-right: 0;
 	margin-right: 0;
+	padding: 0;
 }
 }
 
 
 .edit-post-visual-editor .wp-block-latest-posts.is-grid li {
 .edit-post-visual-editor .wp-block-latest-posts.is-grid li {