From 612400944edcc9a536cf1a58eb9c7f791a02dd7d Mon Sep 17 00:00:00 2001 From: Cutls Date: Wed, 29 May 2019 23:24:50 +0900 Subject: [PATCH] Fix: Pleroma hashtags unshown --- app/css/tl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/css/tl.css b/app/css/tl.css index 097b7c1a..be5dd61e 100644 --- a/app/css/tl.css +++ b/app/css/tl.css @@ -523,7 +523,7 @@ p:not(:last-child) { content: "..."; } .toot a:not(.mention) span:last-of-type { - display: none; + /*display: none;*/ } .tl-box .via-hide { display: none;