From b8281fb5935885220f07b52cc30df19439b31a8b Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 3 Nov 2024 17:18:24 +0800 Subject: [PATCH] Hide byline too --- src/components/status.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/status.css b/src/components/status.css index feb53706..fafb9c9c 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -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 */