diff --git a/app/static/scss/_typography.scss b/app/static/scss/_typography.scss index db02a763..5cec6f72 100644 --- a/app/static/scss/_typography.scss +++ b/app/static/scss/_typography.scss @@ -166,7 +166,6 @@ } .fe-reply { - margin-right: 2px; margin-top: -1px; } diff --git a/app/static/styles.css b/app/static/styles.css index fce59b26..6613edad 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -197,7 +197,6 @@ } .fe-reply { - margin-right: 2px; margin-top: -1px; } diff --git a/app/templates/post/_post_reply_teaser.html b/app/templates/post/_post_reply_teaser.html index 505db19e..1f57ea73 100644 --- a/app/templates/post/_post_reply_teaser.html +++ b/app/templates/post/_post_reply_teaser.html @@ -27,7 +27,7 @@ {% endif -%}
- by + by {{ render_username(post_reply.author) }} {% if post_reply.author.id == post_reply.post.author.id -%} [OP]