From 8a0197d68224e816b3e569c36ed3dfd931088386 Mon Sep 17 00:00:00 2001 From: shpuld Date: Sat, 18 Feb 2017 19:58:16 +0200 Subject: [PATCH] Fix follow/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 08221ac81c..b0d6db8588 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 {