margin on post body

This commit is contained in:
rimu 2025-01-24 05:41:04 +13:00
parent 6f180aa4bc
commit 7ccac41d7a
3 changed files with 1 additions and 9 deletions

View file

@ -1475,10 +1475,6 @@ fieldset legend {
float: right;
}
.post_body {
padding-top: 10px;
}
.post_body, .comment_body {
word-wrap: break-word;
}

View file

@ -1143,10 +1143,6 @@ fieldset {
float: right;
}
.post_body {
padding-top: 10px;
}
.post_body, .comment_body {
word-wrap: break-word;

View file

@ -11,7 +11,7 @@
width="{{ post.image.thumbnail_width }}" height="{{ post.image.thumbnail_height }}" loading="lazy" /></a>
</div>
{% endif -%}
<div>{% if post.reports > 0 and current_user.is_authenticated and post.community.is_moderator(current_user) -%}
<div class="mb-2">{% if post.reports > 0 and current_user.is_authenticated and post.community.is_moderator(current_user) -%}
<span class="red fe fe-report" title="{{ _('Reported. Check post for issues.') }}"></span>
{% endif -%}<small>submitted <time datetime="{{ arrow.get(post.posted_at).format('YYYY-MM-DD HH:mm:ss ZZ') }}" title="{{ arrow.get(post.posted_at).format('YYYY-MM-DD HH:mm:ss ZZ') }}">{{ arrow.get(post.posted_at).humanize(locale=locale) }}</time> by
{{ render_username(post.author, htmx_redirect_back_to=request.path) }}