Wlork 我非常喜欢这个效果。你是怎么做到的?不安装这个主题也能实现吗?
@media (min-width: 768px) {
.PostStream .CommentPost {
--fixed-avatar-top: 76px;
}
.PostStream .CommentPost.Post--by-start-user {
--fixed-avatar-top: 84px;
}
.PostStream .CommentPost .Post-container {
align-items: start;
}
.PostStream .CommentPost .Post-side {
position: sticky;
top: var(--fixed-avatar-top);
}
}