diff --git a/static/style.css b/static/style.css index 28c7391..cb6b767 100644 --- a/static/style.css +++ b/static/style.css @@ -388,6 +388,10 @@ a.search_subreddit:hover { /* Post */ +.sep { + display: none; +} + .thread { word-break: break-word; } diff --git a/templates/post.html b/templates/post.html index 7eeb4f7..c2f3881 100644 --- a/templates/post.html +++ b/templates/post.html @@ -98,11 +98,11 @@
{% for reply1 in c.replies %}{% call comment(reply1) %} -{% call close() %} {% endfor %} -{% for reply2 in reply1.replies %}{% call comment(reply2) %} +{% call close() %} +{% for reply2 in reply1.replies %}{% call comment(reply2) %} -{% call close() %} {% endfor %} -{% for reply3 in reply2.replies %}{% call comment(reply3) %} +{% call close() %} +{% for reply3 in reply2.replies %}{% call comment(reply3) %} {% if reply3.replies.len() > 0 %} @@ -110,11 +110,11 @@ {% endif %} {% call close() %} {% endfor %} -
{{ post.score }}