tweak notifications margin

remotes/1693045480750635534/spooky-22
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>
<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">
{% if request.path == '/notifications/posts' %}
{% with listing=notifications %}
{% include "submission_listing.html" %}
<div class="mt-5">
{% include "submission_listing.html" %}
</div>
{% endwith %}
{% else %}
{% with comments=notifications %}