Fix inconsistency in comment badge spacing
This commit is contained in:
parent
3d7aa57e8e
commit
64f9a54ba0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -643,7 +643,7 @@ if ( ! function_exists( 'fictioneer_theme_comment' ) ) {
|
||||
echo "<span>{$comment_author}</span>";
|
||||
}
|
||||
|
||||
echo $badge;
|
||||
echo ' ' . $badge;
|
||||
?></div>
|
||||
<div class="fictioneer-comment__info truncate _1-1">
|
||||
<?php if ( $parent_comment ) : ?>
|
||||
|
@ -100,7 +100,7 @@ $badge = fictioneer_get_comment_badge( $current_user, null );
|
||||
<div class="fictioneer-comment__meta">
|
||||
<div class="fictioneer-comment__author">
|
||||
<span><?php echo $current_user->display_name; ?></span>
|
||||
<?php if ( $badge ) echo $badge; ?>
|
||||
<?php if ( $badge ) echo ' ' . $badge; ?>
|
||||
</div>
|
||||
<div class="fictioneer-comment__info truncate _1-1">
|
||||
<div class="fictioneer-comment__date"><?php
|
||||
|
@ -472,7 +472,7 @@
|
||||
text-shadow: none;
|
||||
border-radius: 2px;
|
||||
padding: 0 4px;
|
||||
margin-left: 4px;
|
||||
margin-left: 1px;
|
||||
height: 16px;
|
||||
transform: translateY(-1px);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user