From d90dc2d77fd813257e24a45456cb6b10791999e6 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 22 May 2018 10:17:34 +0200 Subject: fix(templates): Fix layout of user info on desktop view --- templates/thread.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'templates/thread.html') diff --git a/templates/thread.html b/templates/thread.html index c3902a456f9b..bd6d031bc2ba 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -38,9 +38,8 @@ {# card to display avatars on desktop #}
- -
- {{ post.author_name }} + +

{{ post.author_name }}

{# card for main post content #} -- cgit 1.4.1