minor cosmetic fix to sigs

master
Aevann 2023-07-27 02:39:36 +03:00
parent a7b94f91c6
commit 3b11a42bf7
1 changed files with 25 additions and 26 deletions

View File

@ -250,14 +250,8 @@
{{realbody | safe}}
</div>
{% if not c.ghost %}
{{c.author.rendered_sig(v) | safe}}
{% endif %}
{% if c.parent_post or c.wall_user_id %}
{% if v and v.id==c.author_id %}
<div id="comment-edit-{{c.id}}" class="d-none comment-write collapsed child">
<input hidden name="formkey" value="{{v|formkey}}">
<textarea autocomplete="off" {% if v.longpost %}minlength="280"{% endif %} maxlength="{% if v.bird %}140{% else %}10000{% endif %}" data-preview="preview-edit-{{c.id}}" data-nonce="{{g.nonce}}" data-oninput="markdown(this);charLimit('comment-edit-body-{{c.id}}','charcount-edit-{{c.id}}')" id="comment-edit-body-{{c.id}}" data-id="{{c.id}}" name="body" form="comment-edit-form-{{c.id}}" class="file-ta comment-box form-control rounded" placeholder="Add your comment..." rows="3">{{c.body}}</textarea>
@ -285,6 +279,11 @@
<div id="preview-edit-{{c.id}}" class="preview mb-3 mt-5"></div>
</div>
{% endif %}
{% if not c.ghost %}
{{c.author.rendered_sig(v) | safe}}
{% endif %}
<div id="comment-{{c.id}}-actions" class="comment-actions{% if voted==1 %} upvoted{% elif voted==-1 %} downvoted{% endif %}">
<div class="d-md-none mt-1">
<div class="post-actions">