sass cleanup

This commit is contained in:
Zed
2019-09-13 19:52:05 +02:00
parent 0c1b8b0190
commit a687188dd1
6 changed files with 26 additions and 32 deletions

View File

@@ -21,7 +21,7 @@ proc renderReplyThread(thread: Thread; prefs: Prefs; path: string): VNode =
proc renderConversation*(conversation: Conversation; prefs: Prefs; path: string): VNode =
let hasAfter = conversation.after != nil
buildHtml(tdiv(class="conversation", id="posts")):
buildHtml(tdiv(class="conversation")):
tdiv(class="main-thread"):
if conversation.before != nil:
tdiv(class="before-tweet thread-line"):