From bf61592b567f949ea65c0454e42a884dd065ab6e Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Wed, 23 Aug 2017 20:33:20 +0300 Subject: Round the edge of the user profile user card, make sure 'follows you' stays in the right, fix avatar class conflict. --- src/components/user_card/user_card.vue | 30 ++++++++++++++++++------------ 1 file changed, 18 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 5e886eb8..cc2f3978 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -7,14 +7,14 @@
-
{{ user.name }}
-
@{{ user.screen_name }}
-
- -
- Follows you! +
+ {{ user.name }} + + Follows you! +
- +
@{{ user.screen_name }}
+
@@ -23,21 +23,19 @@