logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: f4d48e401abd7789968e0b3decd50fc62bd7bc29
parent ec2afce97e4fa769ccf1088ae19b95fb94510930
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 27 Feb 2024 22:20:41 +0200

fix reply link being faint (didn't work before, no reason to keep it
"faint" imo)

Diffstat:

Msrc/components/status/status.vue2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/status/status.vue b/src/components/status/status.vue @@ -450,7 +450,7 @@ > <button v-if="showOtherRepliesAsButton && replies.length > 1" - class="button-unstyled -link faint" + class="button-unstyled -link" :title="$tc('status.ancestor_follow', replies.length - 1, { numReplies: replies.length - 1 })" @click.prevent="dive" >