From c6c478f4cf123d9510e1e67a852cad0398d08052 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 10 Jun 2021 12:15:14 +0300 Subject: [PATCH] moved mentions onto reply line, replies moved below post body --- src/components/status/status.vue | 79 +++++++++++++++----------------- 1 file changed, 37 insertions(+), 42 deletions(-) diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 05d22232..62ad0eac 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -267,58 +267,34 @@ :first-mention="false" /> - - -
- {{ $t('status.replies_list') }} - - - -
- - -
-
- - {{ $t('status.mentions') }} + + + {{ $t('status.mentions') }} + + -
@@ -332,6 +308,25 @@ @mediapause="removeMediaPlaying($event)" /> +
+ {{ $t('status.replies_list') }} + + + +
+