Canard: Fix issues with widget block centre alignments.
This commit is contained in:
parent
13c6be77c5
commit
37a2058f71
2 changed files with 19 additions and 0 deletions
|
@ -281,6 +281,17 @@ hr.wp-block-separator {
|
|||
5.0 Blocks - Widget Blocks
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* General Widget styles */
|
||||
|
||||
.wp-block-categories.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;
|
||||
}
|
||||
|
||||
/* Latest Comments */
|
||||
|
||||
.editor-block-list__block .wp-block-latest-comments__comment-meta a {
|
||||
|
|
|
@ -787,6 +787,14 @@
|
|||
6.0 Blocks - Widgets
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Categories & Archives */
|
||||
|
||||
.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 */
|
||||
|
||||
.editor-block-list__block .wp-block-latest-comments__comment-meta a {
|
||||
|
|
Loading…
Reference in a new issue