mirror of https://github.com/zulip/zulip.git
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:
parent
5ff87892ee
commit
d56100693d
|
@ -73,7 +73,7 @@ ul.actions_popover i {
|
|||
|
||||
.user_popover {
|
||||
top: 100px!important;
|
||||
margin: -15px;
|
||||
margin: -14px;
|
||||
}
|
||||
|
||||
.popover-avatar .popover-inner {
|
||||
|
|
Loading…
Reference in New Issue