logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 22c70ae22a43bb1b11ace5a480df6587650bb6c3
parent d8324dd80b2beeb96b81b4bc05df12550bbda407
Author: Tusooa Zhu <tusooa@kazv.moe>
Date:   Thu,  7 Apr 2022 11:43:59 -0400

Fix shrug text in muted status

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"