From 7a355b0f3140377191faafa8a3fa2e6fbcd7df95 Mon Sep 17 00:00:00 2001 From: nicholas antonov Date: Thu, 17 May 2018 13:43:02 -0400 Subject: [PATCH] Fix notifications styling --- frontend/templates/base.html | 5 +++- static/scss/faq.css | 4 ++-- static/scss/pledge.css | 3 +++ static/scss/sitewide4.css | 2 +- static/scss/sitewide4.scss | 46 +++++++++++++++++++----------------- 5 files changed, 34 insertions(+), 26 deletions(-) create mode 100644 static/scss/pledge.css diff --git a/frontend/templates/base.html b/frontend/templates/base.html index 7fb47766..68c38468 100644 --- a/frontend/templates/base.html +++ b/frontend/templates/base.html @@ -67,6 +67,9 @@ {% if user.is_authenticated %} Avatar for {{ user.username }} + {% if unseen_count %} + {{ unseen_count }} + {% endif %} {% else %} Log In @@ -83,7 +86,7 @@ - {% if True or user.is_authenticated %} + {% if user.is_authenticated %}
  • Account