mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
tweaks
This commit is contained in:
parent
1b87906a70
commit
76db8a726e
3 changed files with 1 additions and 3 deletions
|
@ -166,7 +166,6 @@
|
|||
}
|
||||
|
||||
.fe-reply {
|
||||
margin-right: 2px;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
|
|
|
@ -197,7 +197,6 @@
|
|||
}
|
||||
|
||||
.fe-reply {
|
||||
margin-right: 2px;
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue