From ba36ba01578008e3cc63776ab60a40dbc4cf3d3e Mon Sep 17 00:00:00 2001 From: Keith Holliday Date: Mon, 15 Jan 2018 12:34:00 -0700 Subject: [PATCH] Added max width to profile image (#9783) --- website/client/components/userMenu/profile.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/client/components/userMenu/profile.vue b/website/client/components/userMenu/profile.vue index 81be2aecb9..38409286c2 100644 --- a/website/client/components/userMenu/profile.vue +++ b/website/client/components/userMenu/profile.vue @@ -322,7 +322,6 @@ div } } - .message-icon { width: 16px; color: #686274; @@ -357,6 +356,10 @@ div margin-top: -0.2em !important; } + .photo img { + width: 100%; + } + .header { h1 { color: #4f2a93;