diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 7883c46ba..f97cbde04 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7619,3 +7619,7 @@ body { color: var(--black); font-weight: 400; } + +.toggle-reply-mobile > i { + margin-top: 0.35rem !important; +} diff --git a/files/templates/comments.html b/files/templates/comments.html index 538ddc54f..75a76a7e7 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -303,7 +303,7 @@ {% if v and not c.deleted_utc %} - + {% endif %}