diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2017-11-22 19:02:49 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2017-11-23 02:10:05 +0100 |
commit | c4e2fc2aa61da7fc6791eac37c3a16fdc5097560 (patch) | |
tree | 79fea66a716c127688a9472e6796958d3313bf74 /core | |
parent | 90c1d3e129493a50ef976fd2baabe0d33f58f4eb (diff) | |
download | nextcloud-server-c4e2fc2aa61da7fc6791eac37c3a16fdc5097560.tar.gz nextcloud-server-c4e2fc2aa61da7fc6791eac37c3a16fdc5097560.zip |
Fixed contact menu horizontal position
The arrow tip was 1px off from the avatar centre.
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/css/share.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |