Jelajahi Sumber

Fixes for block galleries on the front end.

Caroline Moore 6 tahun lalu
induk
melakukan
f27542cb9e
2 mengubah file dengan 4 tambahan dan 3 penghapusan
  1. 3 3
      affinity/blocks.css
  2. 1 0
      affinity/editor-style.css

+ 3 - 3
affinity/blocks.css

@@ -25,9 +25,6 @@
 
 .wp-block-image.aligncenter {}
 
-.wp-block-gallery.alignleft,
-.wp-block-gallery.alignright {}
-
 /* Text sizing */
 .is-small-text {}
 .is-regular-text {}
@@ -57,7 +54,10 @@ p.has-drop-cap:first-letter {
 /* Galleries */
 .wp-block-gallery {
 	margin-bottom: 1.6em;
+	margin-left: auto;
 }
+.wp-block-gallery.alignleft,
+.wp-block-gallery.alignright {}
 .columns-1 {}
 .columns-2 {}
 .columns-3 {}

+ 1 - 0
affinity/editor-style.css

@@ -170,6 +170,7 @@ p.has-drop-cap:first-letter {
 /* Galleries */
 .wp-block-gallery {
 	margin-bottom: 1.6em;
+	margin-left: auto;
 }
 .columns-1 {}
 .columns-2 {}