mirror of
git://develop.git.wordpress.org/
synced 2025-03-20 12:00:03 +01:00
Twenty Twenty: Remove extra margin within the Query Loop block.
Props ryelle, Clorith. See #53482. git-svn-id: https://develop.svn.wordpress.org/trunk@51231 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e2feb7cf77
commit
5def66daa0
@ -1084,6 +1084,12 @@ hr.wp-block-separator.is-style-dots::before {
|
||||
padding-right: 1.3em;
|
||||
}
|
||||
|
||||
/* Block: Post Template ---------------- */
|
||||
|
||||
.editor-styles-wrapper ul.wp-block-post-template {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
|
||||
/* X. Media Queries
|
||||
/* ------------------------------------------- */
|
||||
|
@ -1084,6 +1084,12 @@ hr.wp-block-separator.is-style-dots::before {
|
||||
padding-left: 1.3em;
|
||||
}
|
||||
|
||||
/* Block: Post Template ---------------- */
|
||||
|
||||
.editor-styles-wrapper ul.wp-block-post-template {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
|
||||
/* X. Media Queries
|
||||
/* ------------------------------------------- */
|
||||
|
@ -3444,6 +3444,14 @@ figure.wp-block-table.is-style-stripes {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* Block: Post Template ---------------- */
|
||||
|
||||
.wp-block-post-template,
|
||||
.wp-block-post-template > li {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
|
@ -3466,6 +3466,14 @@ figure.wp-block-table.is-style-stripes {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
/* Block: Post Template ---------------- */
|
||||
|
||||
.wp-block-post-template,
|
||||
.wp-block-post-template > li {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user