From 9f3f1ee7cb139a8fbea8c75fc6a85cc5476a51df Mon Sep 17 00:00:00 2001 From: Edijs Date: Mon, 11 Feb 2019 11:03:01 -0700 Subject: Fix UI of followers list --- src/components/user_card/user_card.vue | 100 +++++++++++++++++++-------------- 1 file changed, 58 insertions(+), 42 deletions(-) (limited to 'src/components/user_card/user_card.vue') diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index 12960c02..99eecf7c 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -10,41 +10,43 @@
{{ user.name }} - - {{ currentUser.id == user.id ? $t('user_card.its_you') : $t('user_card.follows_you') }} -
+
+ + {{ currentUser.id == user.id ? $t('user_card.its_you') : $t('user_card.follows_you') }} + + + +
@@ -56,16 +58,13 @@ diff --git a/src/i18n/en.json b/src/i18n/en.json index c664fbfa..eba90b50 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -344,7 +344,7 @@ "follow_sent": "Request sent!", "follow_progress": "Requesting…", "follow_again": "Send request again?", - "follow_unfollow": "Stop following", + "follow_unfollow": "Unfollow", "followees": "Following", "followers": "Followers", "following": "Following!", -- cgit v1.2.3-70-g09d2