From 2d23b15c8d807b611e51056f1875710f4c29a869 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 28 Jul 2024 16:09:03 +0800 Subject: [PATCH] Assume title is the author for .card-post --- src/components/status.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/status.css b/src/components/status.css index ee529559..3698c5d6 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -1949,6 +1949,10 @@ a.card:is(:hover, :focus):visited { .title { font-weight: 500; + display: block; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .meta {