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;