From ef92bf8773501573900ce0c7bf5ef163f1079892 Mon Sep 17 00:00:00 2001 From: Sparronator9999 <86388887+Sparronator9999@users.noreply.github.com> Date: Tue, 16 Dec 2025 13:40:31 +1100 Subject: [PATCH] Increase touch area of comment collapse button on mobile --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index c6dada03..d3eaaec3 100644 --- a/static/style.css +++ b/static/style.css @@ -2075,7 +2075,8 @@ th { margin-left: 12px; } .comment_data { - margin-left: 12px; + margin-left: 8px; + padding-left: 8px; } .user-comment .comment_data {