From dc0e894443c3c222e78b7fda0f0d083b0f5e308b Mon Sep 17 00:00:00 2001 From: kuu7o Date: Mon, 17 Nov 2025 13:05:45 -0300 Subject: [PATCH] fix(css): remove sticky behaviour for main tweet in threads --- src/sass/tweet/thread.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/sass/tweet/thread.scss b/src/sass/tweet/thread.scss index a1fc733..80e8c9d 100644 --- a/src/sass/tweet/thread.scss +++ b/src/sass/tweet/thread.scss @@ -14,11 +14,6 @@ background-color: var(--bg_panel); } -.main-tweet, .replies { - padding-top: 50px; - margin-top: -50px; -} - .main-tweet .tweet-content { font-size: 18px; }