Hide byline too

This commit is contained in:
Lim Chee Aun 2024-11-03 17:18:24 +08:00
parent 9bd5f7e637
commit b8281fb593

View file

@ -247,8 +247,11 @@
:is(.content.truncated, .poll, .media-container.truncated) { :is(.content.truncated, .poll, .media-container.truncated) {
mask-image: linear-gradient(to bottom, #000 40px, transparent); mask-image: linear-gradient(to bottom, #000 40px, transparent);
} }
.status-card .card { .status-card {
display: none; .card,
.card-byline {
display: none;
}
} }
.timeline-deck .status-card .content.truncated:after { .timeline-deck .status-card .content.truncated:after {
/* Don't show "Read more" in status cards */ /* Don't show "Read more" in status cards */