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;
}
-
+