Fix notification count styling

This commit is contained in:
Mouse Reeve 2020-09-30 12:02:00 -07:00
parent ada09639b7
commit 92ef3a574c

View file

@ -91,7 +91,7 @@
</span> </span>
</span> </span>
{% if request.user|notification_count %} {% if request.user|notification_count %}
<span class="tag is-danger">{{ request.user | notification_count }}</span> <span class="tag is-danger is-medium">{{ request.user | notification_count }}</span>
{% endif %} {% endif %}
</div> </div>
</a> </a>