From 66ee706a6c99ce46e53e0c7069c90f09ae407d5c Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Tue, 25 Dec 2018 23:02:49 +0000 Subject: [PATCH] Fix profile picture bugs --- app/scss/comments.scss | 1 + app/templates/base.html | 2 +- app/templates/macros/threads.html | 30 +++++++++++++++--------------- app/templates/threads/new.html | 2 +- 4 files changed, 18 insertions(+), 17 deletions(-) diff --git a/app/scss/comments.scss b/app/scss/comments.scss index a3ce50f..7ba774e 100644 --- a/app/scss/comments.scss +++ b/app/scss/comments.scss @@ -1,6 +1,7 @@ .img-thumbnail-1 { padding: 0px; // width: 100%; + background: white; } .comments { diff --git a/app/templates/base.html b/app/templates/base.html index 1d232f2..222dd15 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -7,7 +7,7 @@ {% block title %}title{% endblock %} - {{ config.USER_APP_NAME }} - + {% block headextra %}{% endblock %} diff --git a/app/templates/macros/threads.html b/app/templates/macros/threads.html index ff952f9..65f02f4 100644 --- a/app/templates/macros/threads.html +++ b/app/templates/macros/threads.html @@ -5,7 +5,7 @@
  • @@ -33,7 +33,7 @@ {% if current_user.is_authenticated %}
    - +
    @@ -55,22 +55,22 @@ {% macro render_threadlist(threads, list_group=False) -%} {% if not list_group %} + {% if not list_group %}{% endif %} {% endmacro %} diff --git a/app/templates/threads/new.html b/app/templates/threads/new.html index e460618..fec4468 100644 --- a/app/templates/threads/new.html +++ b/app/templates/threads/new.html @@ -13,7 +13,7 @@
    - +