forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-17 17:58:01 +02:00
parent a2dfaa3c75
commit d59bb810ca
1 changed files with 2 additions and 4 deletions

View File

@ -485,10 +485,8 @@
</div>
{% if not (v and v.id == c.author_id) %}
<div class="d-none card rounded border my-2 " id="markdown-{{c.id}}">
<div style="padding:5px">
{{c.body}}
</div>
<div class="d-none card rounded border my-2 py-2 px-3" id="markdown-{{c.id}}">
{{c.body}}
</div>
{% endif %}