about summary refs log tree commit diff
path: root/templates
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-04-16T18·17+0200
committerVincent Ambo <tazjin@gmail.com>2018-04-16T18·17+0200
commit1427220f9dd43a1d9bccd18b6f0df69d02e561ae (patch)
tree5e7343a4cce87103a1d2870b32b4e486cbdd45be /templates
parent37331d9107c6f51a5051f6501fa9b469d0aa8e69 (diff)
style(thread): Fix padding on thread view
Removing this padding lets the author column render evenly sized.
Diffstat (limited to 'templates')
-rw-r--r--templates/thread.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/thread.html b/templates/thread.html
index 655b9095df..906f21ee61 100644
--- a/templates/thread.html
+++ b/templates/thread.html
@@ -27,7 +27,7 @@
         </div>
 
         {% for post in posts -%}
-        <div id="post-{{ post.id}}" class="list-group-item d-flex row">
+        <div id="post-{{ post.id}}" class="list-group-item d-flex row pl-0">
           <div class="d-flex flex-column border-right col-2">
             <img class="mx-auto" src="https://www.gravatar.com/avatar/{{ post.author_gravatar }}?d=monsterid&s=160" style="width: 80px;"/>
             <span class="mx-auto text-center"><strong>{{ post.author_name }}</strong></span>