From 9834afee4a16cf7203c9a028f8637e0e73fb3d02 Mon Sep 17 00:00:00 2001 From: jack Date: Sat, 24 Mar 2018 12:09:56 -0400 Subject: [PATCH] fixes #9880 - uneven sizes and spacing in the action buttons of the user modal. (#10163) --- website/client/components/userMenu/profile.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/website/client/components/userMenu/profile.vue b/website/client/components/userMenu/profile.vue index 78575aeb6c..5dfe049d81 100644 --- a/website/client/components/userMenu/profile.vue +++ b/website/client/components/userMenu/profile.vue @@ -280,7 +280,8 @@ div } .message-icon svg { - height: 16px; + height: 11px; + margin-top: 1px; } .gift-icon svg { @@ -307,15 +308,15 @@ div } } - .message-icon { - width: 16px; + .message-icon, + .gift-icon { + width: 14px; + margin: auto; color: #686274; } .gift-icon { - width: 14px; - padding: 0 0 0 1px; - color: #686274; + width: 12px; } .remove-icon {