logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 8d99e2138a97a661d9d62e4d6d36faa818511a19
parent 7b1f70468bf67aa4690b4a8ebf3e6bca0f3e424b
Author: Henry Jameson <me@hjkos.com>
Date:   Mon,  4 Mar 2024 20:20:32 +0200

fix mentionsline buttons

Diffstat:

Msrc/components/mentions_line/mentions_line.vue4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/mentions_line/mentions_line.vue b/src/components/mentions_line/mentions_line.vue @@ -22,13 +22,13 @@ /> </span><button v-if="!expanded" - class="button-unstyled showMoreLess" + class="button-unstyled -link showMoreLess" @click="toggleShowMore" > {{ $t('status.plus_more', { number: extraMentions.length }) }} </button><button v-if="expanded" - class="button-unstyled showMoreLess" + class="button-unstyled -link showMoreLess" @click="toggleShowMore" > {{ $t('general.show_less') }}