profile-popover: Fix position to hide the pointed-to message border.

In this commit we just adjust the position of user profile popover
opened when we click upon buddy from buddy list to view user profile.
The new position ensures that the little blue border visible from back
due to pointed to message is completely hidden by the popover.
This commit is contained in:
Aditya Bansal 2017-04-08 05:40:48 +05:30 committed by Tim Abbott
parent 5ff87892ee
commit d56100693d
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ ul.actions_popover i {
.user_popover {
top: 100px!important;
margin: -15px;
margin: -14px;
}
.popover-avatar .popover-inner {