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:
parent
9c1a932214
commit
2185d895c0
@ -31,7 +31,7 @@
|
||||
<small class="author_flair">{{ post.author_flair.0 }}</small>
|
||||
{% endif %}
|
||||
<span class="dot">•</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" %}
|
||||
|
Loading…
Reference in New Issue
Block a user