Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions bluesky-thread.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,10 @@
#threadContainer.hide-other-replies .post:not(.depth-1.root-author-post) {
display: none;
}
/* Hide repeated usernames in hide-other-replies mode (but keep date/links visible) */
#threadContainer.hide-other-replies .post.depth-1.root-author-post.author-continuation .author {
display: none;
}
@media (max-width: 600px) {
.post { padding-left: 1em; }
}
Expand Down