mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36: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 {
|
.fe-reply {
|
||||||
margin-right: 2px;
|
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -197,7 +197,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.fe-reply {
|
.fe-reply {
|
||||||
margin-right: 2px;
|
|
||||||
margin-top: -1px;
|
margin-top: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-auto comment_author">
|
<div class="col-auto comment_author">
|
||||||
by
|
<span class="visually-hidden">by</span>
|
||||||
{{ render_username(post_reply.author) }}
|
{{ render_username(post_reply.author) }}
|
||||||
{% if post_reply.author.id == post_reply.post.author.id -%}
|
{% if post_reply.author.id == post_reply.post.author.id -%}
|
||||||
<span title="Submitter of original post" aria-label="{{ _('Post creator') }}" class="small"> [OP]</span>
|
<span title="Submitter of original post" aria-label="{{ _('Post creator') }}" class="small"> [OP]</span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue