mirror of
git://develop.git.wordpress.org/
synced 2025-01-29 10:38:22 +01:00
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:
parent
b64a068d2f
commit
606fcbd725
@ -86,6 +86,10 @@
|
||||
top: calc(-3.5 * #{$size__spacing-unit});
|
||||
width: calc(100vw / 12 );
|
||||
}
|
||||
|
||||
.comment-reply-title small {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
#comments {
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user