From d0890e3633d483a623744ce595c94258986d7436 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 5 Nov 2023 09:10:12 +0800 Subject: [PATCH] Bunch these avatars too --- src/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app.css b/src/app.css index 49295de..9f31a60 100644 --- a/src/app.css +++ b/src/app.css @@ -569,6 +569,10 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { } .timeline.contextual > li .replies > .replies-summary .avatars { margin-right: 8px; + + > *:not(:first-child) { + margin: 0 0 0 -4px; + } } .timeline.contextual > li .replies > .replies-summary:active, .timeline.contextual > li .replies[open] > .replies-summary {