forked from rDrama/rDrama
1
0
Fork 0

fix notifs margins

master
Aevann1 2022-09-11 06:10:29 +02:00
parent 1cb41bfe1f
commit 3b515e0e33
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@
{% endif %}
{% if standalone and level==1 %}
<div class="post-info mb-1 mr-2 {% if request.path.startswith('/notifications') %}mt-4{% else %}mt-3{% endif %}">
<div class="post-info mb-1 mr-2 {% if request.path.startswith('/notifications') %}mt-5{% else %}mt-3{% endif %}">
{% if c.post and c.post.over_18 %}<span class="badge badge-danger text-small-extra mr-1">+18</span>{% endif %}
<span class="align-top">
{% if c.post %}

View File

@ -161,7 +161,7 @@
{% endif %}
<style>
.comment {
margin-top: 1rem;
margin-top: 0;
}
</style>
{% endblock %}