From 919a61f75d33749fdd5f730ec84805af6f39f7f6 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Mon, 3 Oct 2022 19:21:08 +0200 Subject: [PATCH] Tweak in reply to link --- app/scss/main.scss | 6 ------ app/templates/utils.html | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/app/scss/main.scss b/app/scss/main.scss index b629c35..88aca09 100644 --- a/app/scss/main.scss +++ b/app/scss/main.scss @@ -414,12 +414,6 @@ a.label-btn { .ap-object { margin: 15px 0; padding: 20px; - .in-reply-to { - &:hover { - color: $secondary-color; - text-decoration: underline; - } - } nav { color: $muted-color; } diff --git a/app/templates/utils.html b/app/templates/utils.html index 19c1e78..3b1d1ff 100644 --- a/app/templates/utils.html +++ b/app/templates/utils.html @@ -376,7 +376,7 @@ {% endif %} {% if object.in_reply_to %} -

in reply to +

in reply to this {{ object.ap_type|lower }}

{% endif %}