From c4e2fc2aa61da7fc6791eac37c3a16fdc5097560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 22 Nov 2017 19:02:49 +0100 Subject: [PATCH] Fixed contact menu horizontal position MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The arrow tip was 1px off from the avatar centre. Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/share.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/share.scss b/core/css/share.scss index 37217fa926a..6ce3cc9765d 100644 --- a/core/css/share.scss +++ b/core/css/share.scss @@ -177,7 +177,7 @@ } .contactsmenu-popover { - left: -8px; + left: -7px; right: auto; padding: 3px 6px; li.hidden {