forked from MarseyWorld/MarseyWorld
tweak notifications margin
parent
f298d134ac
commit
c912c4c9d1
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue