From 4339c4485d2f665996ccbbfc4d41f6cfa7618b78 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 19 Dec 2022 16:35:22 +0800 Subject: [PATCH] Move the comment button down a bit --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.css b/src/app.css index afe6a954..d0111fbe 100644 --- a/src/app.css +++ b/src/app.css @@ -196,7 +196,7 @@ a.mention span { transform: rotate(45deg); } .timeline.contextual > li .replies { - margin-top: -16px; + margin-top: -12px; } .timeline.contextual > li .replies :is(ul, li) { margin: 0;