forked from rDrama/rDrama
1
0
Fork 0

add margin to /search/messages

master
Aevann 2023-03-22 22:23:20 +02:00
parent f77c05bfc0
commit dce8a25b0a
1 changed files with 1 additions and 1 deletions

View File

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