From 5a20b9d23a0b3c58d1726d04b6b0d5f6730bf5da Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Mon, 3 Oct 2022 20:05:06 +0200 Subject: [PATCH] More CSS tweaks for the in reply to section --- app/scss/main.scss | 4 ++++ app/templates/utils.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/scss/main.scss b/app/scss/main.scss index 88aca09..fe9747d 100644 --- a/app/scss/main.scss +++ b/app/scss/main.scss @@ -417,6 +417,10 @@ a.label-btn { nav { color: $muted-color; } + .in-reply-to { + display: inline; + color: $muted-color; + } .e-content, .activity-og-meta { a:hover { text-decoration: underline; diff --git a/app/templates/utils.html b/app/templates/utils.html index 3b1d1ff..9af1f21 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 %}