This commit is contained in:
rimu 2024-12-12 08:13:25 +13:00
parent 1b87906a70
commit 76db8a726e
3 changed files with 1 additions and 3 deletions

View file

@ -166,7 +166,6 @@
}
.fe-reply {
margin-right: 2px;
margin-top: -1px;
}

View file

@ -197,7 +197,6 @@
}
.fe-reply {
margin-right: 2px;
margin-top: -1px;
}

View file

@ -27,7 +27,7 @@
{% endif -%}
<div class="row">
<div class="col-auto comment_author">
by
<span class="visually-hidden">by</span>
{{ render_username(post_reply.author) }}
{% if post_reply.author.id == post_reply.post.author.id -%}
<span title="Submitter of original post" aria-label="{{ _('Post creator') }}" class="small"> [OP]</span>