aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.vue
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-02-18 20:44:33 +0100
committerRoger Braun <roger@rogerbraun.net>2017-02-18 20:44:33 +0100
commitd0281f5341a6fa97983beca158c051ddca66d6a1 (patch)
tree898bf39bb77f4b91cd065a59bc63a8f4635f0da9 /src/components/user_profile/user_profile.vue
parent35fc1fa7bd5b566fe5a1219380a1d18d018c3562 (diff)
parente111693b086717cb50f0bc98e663222eb24e4f39 (diff)
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma-fe into develop
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
-rw-r--r--src/components/user_profile/user_profile.vue28
1 files changed, 23 insertions, 5 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index 962318e4..08221ac8 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -13,17 +13,35 @@
}
.user-info {
- .following-info {
+ .user-interactions {
display: flex;
+ flex-flow: row wrap;
div {
flex: 1;
}
- margin-top: 1em;
+ margin-top: 0.5em;
margin-bottom: -1.2em;
- }
- .muteinfo{
- margin: 0.5em 0;
+
+ .following {
+ font-size: 14px;
+ flex: 0 0 100%;
+ margin-bottom: 0.5em;
+ }
+
+ .mute {
+ margin-right: 4em;
+ }
+
+ .follow {
+ margin-left: 4em;
+ }
+
+ button {
+ width: 80%;
+ height: 100%;
+ border: 1px solid;
+ }
}
.user-screen-name {
margin-top: 0.4em;