From 736978fe784613edc4d3f0e4ea238ba501cbaf75 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 4 Aug 2023 19:59:31 +0300 Subject: [PATCH] restore reply button top margin on mobile --- files/assets/css/main.css | 4 ++++ files/templates/comments.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 %}