From c1588322aa7bc7b18be61160b29f52b778b97212 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 19 Oct 2023 01:13:37 +0800 Subject: [PATCH] Bunch the avatars --- src/pages/status.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/status.css b/src/pages/status.css index afe32dcd..2b661da6 100644 --- a/src/pages/status.css +++ b/src/pages/status.css @@ -30,6 +30,10 @@ .ancestors-indicator { font-size: 70% !important; + + & > .avatar:not(:first-child) { + margin-left: -4px; + } } .ancestors-indicator:not([hidden]) { animation: slide-up 0.3s both ease-out 0.3s;