mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
user_info_popover_content: Fix padding issues.
Removes 1px padding around edge of avatar added by bootstrap. Removes column of whitespace to right of avatar.
This commit is contained in:
@@ -85,9 +85,13 @@ ul.actions_popover i {
|
||||
width: 240px;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
margin-top: -8px;
|
||||
margin-left: -14px;
|
||||
margin-right: -8px;
|
||||
margin-bottom: -8px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.message-info-popover {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.message-info-popover .popover-title {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user