aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile
diff options
context:
space:
mode:
authorlambadalambda <gitgud@rogerbraun.net>2017-02-18 05:44:29 -0500
committerlambadalambda <gitgud@rogerbraun.net>2017-02-18 05:44:29 -0500
commitf47a0ff0ef73cc76867403f177aa7e745aad4503 (patch)
treec8da60aadf5000d41ae06aa329a85f7dae289ef5 /src/components/user_profile
parentcd0925747dd4657747ed3bdb242446297676b5cf (diff)
parent2f4d8110797b903920ae821bbc3c6419609acb5e (diff)
Merge branch 'develop' into 'develop'
Develop See merge request !15
Diffstat (limited to 'src/components/user_profile')
-rw-r--r--src/components/user_profile/user_profile.vue8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index fe9fd3a9..962318e4 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -19,6 +19,14 @@
div {
flex: 1;
}
+ margin-top: 1em;
+ margin-bottom: -1.2em;
+ }
+ .muteinfo{
+ margin: 0.5em 0;
+ }
+ .user-screen-name {
+ margin-top: 0.4em;
}
}
</style>