Gazette: Fix issues with widget block centre alignemnts.

This commit is contained in:
Laurel Fulford 2018-12-04 11:16:10 -08:00
parent 74bbf8670d
commit 0ff9f88b01
2 changed files with 11 additions and 9 deletions

View file

@ -184,11 +184,14 @@ p.has-drop-cap:not(:focus)::first-letter {
5.0 Blocks - Widgets
--------------------------------------------------------------*/
/* Archives, Categories & Latest Posts */
/* General Widget styles */
.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
.wp-block-categories.aligncenter ul,
.wp-block-archives.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-latest-comments.aligncenter {
list-style-position: inside;
text-align: center;
}

View file

@ -518,13 +518,12 @@ p.has-drop-cap:not(:focus)::first-letter {
6.0 Blocks - Widgets
--------------------------------------------------------------*/
/* Archives, Categories & Latest Posts */
/* General Widget styles */
.editor-styles-wrapper .wp-block-archives ul,
.editor-styles-wrapper .wp-block-categories ul,
.editor-styles-wrapper .wp-block-categories ul ul,
.editor-styles-wrapper .wp-block-latest-posts ul {
list-style: square inside;
.edit-post-visual-editor [data-align="center"] .wp-block-categories__list,
.edit-post-visual-editor [data-align="center"] .wp-block-archives,
.edit-post-visual-editor [data-align="center"] .wp-block-lastest-posts {
list-style-position: inside;
}
/* Latest Comments */