From bf61592b567f949ea65c0454e42a884dd065ab6e Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Wed, 23 Aug 2017 20:33:20 +0300 Subject: [PATCH] Round the edge of the user profile user card, make sure 'follows you' stays in the right, fix avatar class conflict. --- src/components/timeline/timeline.vue | 8 ------ src/components/user_card/user_card.vue | 30 ++++++++++++-------- src/components/user_profile/user_profile.vue | 2 ++ 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/components/timeline/timeline.vue b/src/components/timeline/timeline.vue index bf64b935..f36770d6 100644 --- a/src/components/timeline/timeline.vue +++ b/src/components/timeline/timeline.vue @@ -89,14 +89,6 @@ } } - .avatar { - padding-top: 0.3em; - width:32px; - height: 32px; - border-radius: 50%; - } - - .new-status-notification { position:relative; margin-top: -1px; 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 @@