Multiple themes: Comments Reply heading and Cancel reply link did not have spacing.

This brings spacing in that was missing for both Twenty Seventeen and also Twenty Nineteen. It was missing between the words.

Props pitamdey, sabernhardt, nidhidhandhukiya, poena.
Fixes #59334.


git-svn-id: https://develop.svn.wordpress.org/trunk@58732 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Tammie Lister 2024-07-16 13:20:18 +00:00
parent b64a068d2f
commit 606fcbd725
5 changed files with 21 additions and 0 deletions

View File

@ -86,6 +86,10 @@
top: calc(-3.5 * #{$size__spacing-unit});
width: calc(100vw / 12 );
}
.comment-reply-title small {
margin-left: 0.5em;
}
}
#comments {

View File

@ -4668,6 +4668,10 @@ body.page .main-navigation {
width: calc(100vw / 12);
}
#respond .comment-reply-title small {
margin-right: 0.5em;
}
#comments > .comments-title:last-child {
display: none;
}

View File

@ -4674,6 +4674,10 @@ body.page .main-navigation {
width: calc(100vw / 12);
}
#respond .comment-reply-title small {
margin-left: 0.5em;
}
#comments > .comments-title:last-child {
display: none;
}

View File

@ -180,6 +180,11 @@ input[type="checkbox"] {
transform: scale(-1, 1);
}
.comment-reply-title small {
margin-left: 0;
margin-right: 0.5em;
}
.comment-author .avatar {
left: auto;
right: -65px;

View File

@ -2488,6 +2488,10 @@ body:not(.twentyseventeen-front-page) .entry-header {
width: 1em;
}
.comment-reply-title small {
margin-left: 0.5em;
}
.children .comment-author .avatar {
height: 30px;
left: -45px;