From 4b18989fefba1f80c5788325b0f7e9906b5ac48b Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 9 Feb 2019 23:05:23 -0500 Subject: #332 - add follow/not follow button to follow list --- src/components/user_card/user_card.vue | 57 +++++++++++++++++++++++++++------- 1 file changed, 45 insertions(+), 12 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 7129430b..12960c02 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -7,22 +7,43 @@
-
- +
+ + {{ user.name }} {{ currentUser.id == user.id ? $t('user_card.its_you') : $t('user_card.follows_you') }}
-
- {{ user.name }} - - {{ currentUser.id == user.id ? $t('user_card.its_you') : $t('user_card.follows_you') }} - + - - - @{{user.screen_name}} -
@@ -42,6 +63,9 @@ text-align: left; width: 100%; .user-name { + display: flex; + justify-content: space-between; + img { object-fit: contain; height: 16px; @@ -49,11 +73,20 @@ vertical-align: middle; } } + + .user-link-action { + display: flex; + align-items: flex-start; + justify-content: space-between; + + button { + margin-top: 3px; + } + } } .follows-you { margin-left: 2em; - float: right; } .card { -- cgit v1.2.3-70-g09d2