aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/user_profile/user_profile.vue5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index 08221ac8..b0d6db85 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -16,6 +16,7 @@
.user-interactions {
display: flex;
flex-flow: row wrap;
+ justify-content: center;
div {
flex: 1;
@@ -30,11 +31,11 @@
}
.mute {
- margin-right: 4em;
+ max-width: 200px;
}
.follow {
- margin-left: 4em;
+ max-width: 200px;
}
button {