|
@@ -452,6 +452,10 @@ p.has-background {
|
|
|
fill: var(--wp--custom--button--color--text);
|
|
|
}
|
|
|
|
|
|
+.wp-block-post-comments .reply {
|
|
|
+ margin-block: var(--wp--custom--margin--vertical);
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-post-comments .reply a {
|
|
|
display: inline-block;
|
|
|
}
|
|
@@ -474,6 +478,16 @@ p.has-background {
|
|
|
line-height: var(--wp--custom--post-comment--typography--line-height);
|
|
|
}
|
|
|
|
|
|
+.wp-block-post-comments .commentmetadata {
|
|
|
+ margin-left: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.wp-block-post-comments .comment-awaiting-moderation {
|
|
|
+ display: inline-block;
|
|
|
+ font-size: var(--wp--preset--font-size--small);
|
|
|
+ margin-bottom: var(--wp--custom--margin--baseline);
|
|
|
+}
|
|
|
+
|
|
|
.wp-block-pullquote.is-style-solid-color,
|
|
|
.wp-block-pullquote {
|
|
|
text-align: var(--wp--custom--pullquote--typography--text-align);
|