From be2b90df1d3b3369d451476293749bf5d6b1457d Mon Sep 17 00:00:00 2001 From: shpuld Date: Sat, 18 Feb 2017 19:46:10 +0200 Subject: [PATCH] Fix follow and mute buttons from getting squished on mobile --- src/components/user_profile/user_profile.vue | 5 +++-- 1 file 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 {