forked from MarseyWorld/MarseyWorld
fix overflow
parent
4841ab1864
commit
11e8e93901
|
@ -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{% elif request.path == '/search/messages' %}mt-6{% else %}mt-3{% endif %}">
|
||||
<div id="post-info-{{c.id}}" class="text-break post-info mb-1 mr-2 {% if request.path.startswith('/notifications') %}mt-5{% elif request.path == '/search/messages' %}mt-6{% else %}mt-3{% endif %}">
|
||||
{% if c.parent_post and c.post.over_18 %}
|
||||
<span class="badge badge-danger text-small-extra mr-1">+18</span>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue