fix(css): remove sticky behaviour for main tweet in threads

This commit is contained in:
2025-11-17 13:05:45 -03:00
parent 6ef9816c4f
commit dc0e894443

View File

@@ -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;
}