From ec8e622cef349dac68b7c0d13ba76a434ba9336a Mon Sep 17 00:00:00 2001 From: dimden Date: Sat, 16 Sep 2023 02:06:22 +0300 Subject: [PATCH] fix thread line on top --- layouts/header/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layouts/header/style.css b/layouts/header/style.css index 977c79e5..feaa4875 100644 --- a/layouts/header/style.css +++ b/layouts/header/style.css @@ -1576,6 +1576,10 @@ span.tweet-body-text { .changelog-modal ul { margin: 5px; } +.tweet-avatar { + z-index: 2; + position: relative; +} .tweet-active:not(.tweet-view)::after { content: "•";