aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorshpuld <shpuld@gmail.com>2017-02-18 19:46:10 +0200
committershpuld <shpuld@gmail.com>2017-02-18 19:46:44 +0200
commitbe2b90df1d3b3369d451476293749bf5d6b1457d (patch)
tree0b725cbeaf0e49816b7b978ce7060d94045ea2ca /src
parente111693b086717cb50f0bc98e663222eb24e4f39 (diff)
Fix follow and mute buttons from getting squished on mobile
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 {