aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile
diff options
context:
space:
mode:
authorShpuld Shpuldson <shpuld@gmail.com>2017-08-23 20:33:20 +0300
committerShpuld Shpuldson <shpuld@gmail.com>2017-08-23 20:33:20 +0300
commitbf61592b567f949ea65c0454e42a884dd065ab6e (patch)
tree1b7039b5158b35c844f4adcd9d4fc3d7112a954a /src/components/user_profile
parent2bc261afbaf9377450999e49a5fe46dcbcc8b180 (diff)
Round the edge of the user profile user card, make sure 'follows you' stays in the right, fix avatar class conflict.
Diffstat (limited to 'src/components/user_profile')
-rw-r--r--src/components/user_profile/user_profile.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index 9a357efc..ec90b8b0 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -14,6 +14,8 @@
.user-profile {
flex: 2;
flex-basis: 500px;
+ padding-bottom: 10px;
+ border-radius: 10px;
}
</style>