logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 2d99cbc640f1463f95386c22f189cc6b0b46d05b
parent d8324dd80b2beeb96b81b4bc05df12550bbda407
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Thu,  7 Apr 2022 15:50:51 +0000

Merge branch 'from/develop/tusooa/1160-rm-shrug' into 'develop'

Fix shrug text in muted status

Closes #1160

See merge request pleroma/pleroma-fe!1509

Diffstat:

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

diff --git a/src/components/thread_tree/thread_tree.vue b/src/components/thread_tree/thread_tree.vue @@ -1,5 +1,5 @@ <template> - <div class="thread-tree panel-body"> + <div class="thread-tree"> <status :key="status.id" ref="statusComponent"