1
0
mirror of https://github.com/spikecodes/libreddit synced 2024-12-25 18:15:16 +01:00

Prevent user datetimes from floating

This commit is contained in:
spikecodes 2021-01-04 21:32:22 -08:00
parent 9c1a932214
commit 2185d895c0

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" %}