mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
profile-popover: Fix extra padding in user-profile popovers.
In this commit we remove the extra padding appearing around the user profile images. This can be only reproduced when opening user profile from buddy list.
This commit is contained in:
committed by
Tim Abbott
parent
8f88b045a4
commit
5ff87892ee
@@ -95,3 +95,11 @@ ul.actions_popover i {
|
||||
.message-info-popover .popover-title {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.user_popover {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.user_popover .popover-title {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user