tweak notifications margin

master
Aevann1 2022-07-08 21:35:15 +02:00
parent f298d134ac
commit c912c4c9d1
1 changed files with 4 additions and 2 deletions

View File

@ -55,13 +55,15 @@
</div> </div>
</div> </div>
<a class="btn btn-primary my-3 ml-3" role="button" onclick="post_toast(this,'/clear', true)">Clear all notifications</a> <a class="btn btn-primary mt-3 ml-3" role="button" onclick="post_toast(this,'/clear', true)">Clear all notifications</a>
<div class="notifs px-3 p-md-0"> <div class="notifs px-3 p-md-0">
{% if request.path == '/notifications/posts' %} {% if request.path == '/notifications/posts' %}
{% with listing=notifications %} {% with listing=notifications %}
{% include "submission_listing.html" %} <div class="mt-5">
{% include "submission_listing.html" %}
</div>
{% endwith %} {% endwith %}
{% else %} {% else %}
{% with comments=notifications %} {% with comments=notifications %}