Karuna: Fix issues with widget block centre alignments.
This commit is contained in:
parent
53aac19b4c
commit
afaea620ee
2 changed files with 7 additions and 6 deletions
|
@ -388,12 +388,13 @@ hr.wp-block-separator {
|
|||
5.0 Blocks - Widget Blocks
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Categories, Latest Posts & Archives */
|
||||
/* General Widget styles */
|
||||
|
||||
.wp-block-categories.aligncenter,
|
||||
.wp-block-categories.aligncenter ul,
|
||||
.wp-block-archives.aligncenter,
|
||||
.wp-block-latest-posts.aligncenter,
|
||||
.wp-block-archives.aligncenter {
|
||||
.wp-block-latest-comments.aligncenter {
|
||||
list-style-position: inside;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -748,11 +748,11 @@
|
|||
6.0 Blocks - Widgets
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Categories, Latest Posts & Archives */
|
||||
/* General Widget styles */
|
||||
|
||||
[data-align="center"] .wp-block-categories ul,
|
||||
[data-align="center"] .wp-block-latest-posts ul,
|
||||
[data-align="center"] .wp-block-archives ul {
|
||||
.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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue