From 9f9a55d776dc2d53be6a4a169f5883b33224c442 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Wed, 24 Apr 2024 14:53:35 +0200 Subject: [PATCH] fix: hide invisible link and show ellipsis --- templates/threads.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/threads.html b/templates/threads.html index 9fe9fd7..a2d8d88 100644 --- a/templates/threads.html +++ b/templates/threads.html @@ -49,6 +49,14 @@ .card_content { + & .invisible { + display: none; + } + + & .ellipsis::after { + content: '...' + } + & *:not(.meta, .descendant *) { margin-bottom: 1em; } @@ -80,7 +88,7 @@ display: inline; width: 50px; } - +