Aevann 2023-06-14 21:20:39 +03:00
parent 3764936e51
commit 19d3cd995d
3 changed files with 3 additions and 2 deletions

View File

@ -6737,6 +6737,7 @@ blockquote + blockquote, div > blockquote:first-child, blockquote:last-child {
div.markdown {
height: auto;
white-space: pre-wrap;
word-break: break-word;
}
@media (max-width: 768px) or (min-width: 992px) {
#sidebar-btn {

View File

@ -488,7 +488,7 @@
</div>
{% if v and v.id != c.author_id and c.body %}
<div autocomplete="off" class="markdown d-none card border my-2 p-3 comment-box form-control rounded" id="markdown-{{c.fullname}}" readonly>{{c.body.strip()}}</div>
<div autocomplete="off" class="markdown d-none border my-2 p-3 rounded" id="markdown-{{c.fullname}}" readonly>{{c.body.strip()}}</div>
{% endif %}
{% if c.parent_submission or c.wall_user_id %}

View File

@ -283,7 +283,7 @@
</div>
{% if v and v.id != p.author_id and p.body and not v_forbid_deleted and v.admin_level < PERMS['POST_EDITING'] %}
<div autocomplete="off" class="markdown d-none card border my-2 p-3 comment-box form-control rounded" id="markdown-{{p.fullname}}" readonly>{{p.body.strip()}}</div>
<div autocomplete="off" class="markdown d-none border my-2 p-3 rounded" id="markdown-{{p.fullname}}" readonly>{{p.body.strip()}}</div>
{% endif %}
<div class="row border-md-0 comment-section pb-3">