restore reply button top margin on mobile

pull/179/head
Aevann 2023-08-04 19:59:31 +03:00
parent 9d3fd84418
commit 736978fe78
2 changed files with 5 additions and 1 deletions

View File

@ -7619,3 +7619,7 @@ body {
color: var(--black);
font-weight: 400;
}
.toggle-reply-mobile > i {
margin-top: 0.35rem !important;
}

View File

@ -303,7 +303,7 @@
</li>
{% if v and not c.deleted_utc %}
<button id="toggle-reply-{{c.fullname}}-mobile" type="button" class="list-inline-item mr-3 btn nobackground" data-nonce="{{g.nonce}}" data-onclick="toggleReplyBox(this, 'reply-to-{{c.fullname}}')"><i class="fas fa-reply"></i></button>
<button id="toggle-reply-{{c.fullname}}-mobile" type="button" class="list-inline-item mr-3 btn nobackground toggle-reply-mobile" data-nonce="{{g.nonce}}" data-onclick="toggleReplyBox(this, 'reply-to-{{c.fullname}}')"><i class="fas fa-reply"></i></button>
{% endif %}
<li class="list-inline-item">