diff options
| author | shpuld <shpuld@gmail.com> | 2017-02-22 23:08:14 +0200 |
|---|---|---|
| committer | shpuld <shpuld@gmail.com> | 2017-02-22 23:08:14 +0200 |
| commit | ede4d77cfd882ea37ae2bd331d14a95af9129205 (patch) | |
| tree | 74629c70de0a10b99253ae46be8c9ec150bf4e9c /src/components/user_profile | |
| parent | 935c0e09c650bca5f92d05335d158ef3c148901b (diff) | |
Move profile picture to right side, make the names appear next to it, extend profile background pic further and fade it out with gradients, fix the crappy borders around the inline user card.
Diffstat (limited to 'src/components/user_profile')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 43 |
1 files changed, 4 insertions, 39 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index b0d6db85..11a61bfc 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -7,45 +7,10 @@ <script src="./user_profile.js"></script> <style lang="scss"> - .user-profile { - flex: 2; - flex-basis: 500px; - } - .user-info { - .user-interactions { - display: flex; - flex-flow: row wrap; - justify-content: center; +.user-profile { + flex: 2; + flex-basis: 500px; +} - 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> |
