mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
popovers: Fix styling of user card/profile status dots.
The tweaks I made as part of merging
f204a4c592
apparently were wrong; the
CSS class .popover_user_presence had been shared between both the user
card and the profile.
Fix this by referencing the right CSS classes. Additionally, fix the
margins to have a square hover region around the presence dot.
Fixes #23588.
This commit is contained in:
@@ -302,7 +302,8 @@ ul {
|
||||
}
|
||||
}
|
||||
|
||||
.user_profile_presence {
|
||||
.user_profile_presence,
|
||||
.popover_user_presence {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
margin: 0 5px;
|
||||
@@ -350,8 +351,8 @@ ul {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.popover_user_presence {
|
||||
margin: 5px 10px;
|
||||
.user_profile_presence {
|
||||
margin: 5px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user