Prevent user datetimes from floating

This commit is contained in:
spikecodes 2021-01-04 21:32:22 -08:00
parent 9c1a932214
commit 2185d895c0
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<small class="author_flair">{{ post.author_flair.0 }}</small>
{% endif %}
<span class="dot">&bull;</span>
<span class="datetime" style="float: right;">{{ post.time }}</span>
<span class="datetime">{{ post.time }}</span>
</p>
<p class="post_title">
{% if post.flair.0 == "Comment" %}