diff --git a/app/static/styles.css b/app/static/styles.css index 5d285818..eabb86b7 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -1995,6 +1995,10 @@ form h5 { margin-bottom: 0; } +.pt-05 { + padding-top: 0.12rem !important; +} + /* high contrast */ @media (prefers-contrast: more) { :root { diff --git a/app/static/styles.scss b/app/static/styles.scss index 394604a7..e5fa0451 100644 --- a/app/static/styles.scss +++ b/app/static/styles.scss @@ -1709,6 +1709,10 @@ form { } } +.pt-05 { + padding-top: .12rem !important; +} + /* high contrast */ @import "scss/high_contrast"; diff --git a/app/templates/post/_post_reply_teaser.html b/app/templates/post/_post_reply_teaser.html index f0637cd7..5fc96e7d 100644 --- a/app/templates/post/_post_reply_teaser.html +++ b/app/templates/post/_post_reply_teaser.html @@ -33,9 +33,8 @@ [OP] {% endif -%} -
- {{ arrow.get(post_reply.posted_at).humanize(locale=locale) }} - {% if post_reply.edited_at -%}, edited {{ arrow.get(post_reply.edited_at).humanize(locale=locale) }} {% endif -%} +
+ {{ arrow.get(post_reply.posted_at).humanize(locale=locale) }}{% if post_reply.edited_at -%}, edited {{ arrow.get(post_reply.edited_at).humanize(locale=locale) }}{% endif -%}
{% if post_reply.reports and current_user.is_authenticated and post_reply.post.community.is_moderator(current_user) -%}