aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile
diff options
context:
space:
mode:
authorlambadalambda <gitgud@rogerbraun.net>2017-02-22 18:09:54 -0500
committerlambadalambda <gitgud@rogerbraun.net>2017-02-22 18:09:54 -0500
commit854faf905ebd4f99f42cf9cd87f215c24a08ebe7 (patch)
tree3a29b3a732ec38ba73b1930cfe6a2421c99a733d /src/components/user_profile
parent7c0f3ea666a866a3bb1f2e8da161ae69901e519b (diff)
parent9237f0b91834ed59ea4f7a6a8dca7fa732a3c74f (diff)
Merge branch 'feature/user-card-improvements' into 'develop'
User card visual improvements See merge request !29
Diffstat (limited to 'src/components/user_profile')
-rw-r--r--src/components/user_profile/user_profile.vue43
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>