59 lines
1.4 KiB
CSS
59 lines
1.4 KiB
CSS
ol.wp-block-latest-comments {
|
|
margin-right: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
|
|
line-height: 1.1;
|
|
}
|
|
|
|
:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
|
|
line-height: 1.8;
|
|
}
|
|
|
|
.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
|
|
.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.wp-block-latest-comments .wp-block-latest-comments {
|
|
padding-right: 0;
|
|
}
|
|
|
|
.wp-block-latest-comments__comment {
|
|
list-style: none;
|
|
margin-bottom: 1em;
|
|
}
|
|
.has-avatars .wp-block-latest-comments__comment {
|
|
min-height: 2.25em;
|
|
list-style: none;
|
|
}
|
|
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
|
|
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
|
|
margin-right: 3.25em;
|
|
}
|
|
|
|
.wp-block-latest-comments__comment-excerpt p {
|
|
font-size: 0.875em;
|
|
margin: 0.36em 0 1.4em;
|
|
}
|
|
|
|
.wp-block-latest-comments__comment-date {
|
|
display: block;
|
|
font-size: 0.75em;
|
|
}
|
|
|
|
.wp-block-latest-comments .avatar,
|
|
.wp-block-latest-comments__comment-avatar {
|
|
border-radius: 1.5em;
|
|
display: block;
|
|
float: right;
|
|
height: 2.5em;
|
|
margin-left: 0.75em;
|
|
width: 2.5em;
|
|
}
|
|
|
|
.wp-block-latest-comments[style*=font-size] a,
|
|
.wp-block-latest-comments[class*=-font-size] a {
|
|
font-size: inherit;
|
|
} |