diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-02-18 20:44:33 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-02-18 20:44:33 +0100 |
| commit | d0281f5341a6fa97983beca158c051ddca66d6a1 (patch) | |
| tree | 898bf39bb77f4b91cd065a59bc63a8f4635f0da9 /src/components/user_profile/user_profile.vue | |
| parent | 35fc1fa7bd5b566fe5a1219380a1d18d018c3562 (diff) | |
| parent | e111693b086717cb50f0bc98e663222eb24e4f39 (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.vue | 28 |
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; |
