diff --git a/gazette/css/blocks.css b/gazette/css/blocks.css index aa47f9a90..96b987f0c 100644 --- a/gazette/css/blocks.css +++ b/gazette/css/blocks.css @@ -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; } diff --git a/gazette/css/editor-blocks.css b/gazette/css/editor-blocks.css index 5a5f13fa7..7b895b70e 100644 --- a/gazette/css/editor-blocks.css +++ b/gazette/css/editor-blocks.css @@ -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 */