From d6421972dffefe0a16ee71439f6f1ffc39315483 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 24 Dec 2022 14:15:47 +0800 Subject: [PATCH] Reduce spacing at the top of the thread badge --- src/components/status.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status.css b/src/components/status.css index dceeaec0..19595c4f 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -141,7 +141,7 @@ } .status-thread-badge { display: inline-flex; - margin: 8px 0 0 0; + margin: 4px 0 0 0; gap: 4px; align-items: center; color: var(--reply-to-color);