aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.vue
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-02-20 18:58:18 +0100
committerRoger Braun <roger@rogerbraun.net>2017-02-20 18:58:18 +0100
commit5d8b2eb8b57efa36f9bde45fbbffc2e19f675eb4 (patch)
treef7883fdbe27a2cfd81ff72437450976cc243d2f2 /src/components/user_profile/user_profile.vue
parent9d0d1f7de1e37cb40d7ecd34fd93744f55142e2b (diff)
parent73afa8e075cd8e97b09526e2393b0aafc9c8e4e5 (diff)
Merge branch 'develop' into feature/hash-routed
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
-rw-r--r--src/components/user_profile/user_profile.vue29
1 files changed, 28 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index fe9fd3a9..b0d6db85 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -13,12 +13,39 @@
}
.user-info {
- .following-info {
+ .user-interactions {
display: flex;
+ flex-flow: row wrap;
+ justify-content: center;
div {
flex: 1;
}
+ margin-top: 0.5em;
+ margin-bottom: -1.2em;
+
+ .following {
+ font-size: 14px;
+ flex: 0 0 100%;
+ margin-bottom: 0.5em;
+ }
+
+ .mute {
+ max-width: 200px;
+ }
+
+ .follow {
+ max-width: 200px;
+ }
+
+ button {
+ width: 80%;
+ height: 100%;
+ border: 1px solid;
+ }
+ }
+ .user-screen-name {
+ margin-top: 0.4em;
}
}
</style>