Update alignment rules (#5315)
This commit is contained in:
parent
35d8194ecb
commit
e8fd761e50
1 changed files with 9 additions and 0 deletions
|
@ -105,6 +105,7 @@ a:active {
|
|||
body > .is-root-container,
|
||||
.edit-post-visual-editor__post-title-wrapper,
|
||||
.wp-block-group.alignfull,
|
||||
.wp-block-group.has-background,
|
||||
.wp-block-cover.alignfull,
|
||||
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
|
||||
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
|
||||
|
@ -113,6 +114,14 @@ body > .is-root-container,
|
|||
}
|
||||
|
||||
.wp-site-blocks .alignfull,
|
||||
.wp-site-blocks > .wp-block-group.has-background,
|
||||
.wp-site-blocks > .wp-block-cover,
|
||||
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
|
||||
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
|
||||
body > .is-root-container > .wp-block-group.has-background,
|
||||
body > .is-root-container > .wp-block-cover,
|
||||
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
|
||||
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
|
||||
.is-root-container .wp-block[data-align="full"] {
|
||||
margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
|
||||
margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
|
||||
|
|
Loading…
Reference in a new issue