Skip to content

Commit

Permalink
Hide byline too
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Nov 3, 2024
1 parent 9bd5f7e commit b8281fb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/status.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,11 @@
:is(.content.truncated, .poll, .media-container.truncated) {
mask-image: linear-gradient(to bottom, #000 40px, transparent);
}
.status-card .card {
display: none;
.status-card {
.card,
.card-byline {
display: none;
}
}
.timeline-deck .status-card .content.truncated:after {
/* Don't show "Read more" in status cards */
Expand Down

0 comments on commit b8281fb

Please sign in to comment.