mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 18:43:52 +00:00
user_card_popover: Remove popover content class.
Added CSS styles that were removed due to this back. No visual changes.
This commit is contained in:
@@ -103,6 +103,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* Used extra classes to override styles from .nav */
|
||||
.tippy-box .tippy-content .user-card-popover-content {
|
||||
padding: 5px 0;
|
||||
|
||||
.user-card-popover-actions {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.user-card-popover-actions .custom_user_field {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{{! Contents of the user card popover }}
|
||||
<div class="user-card-popover-title no-auto-hide-right-sidebar-overlay"></div>
|
||||
<div class="popover-content no-auto-hide-right-sidebar-overlay">
|
||||
<div class="user-card-popover-content no-auto-hide-right-sidebar-overlay">
|
||||
<ul class="nav nav-list user-card-popover-actions" id="user_card_popover" data-user-id="{{user_id}}">
|
||||
<li class="popover_user_name_row">
|
||||
<b class="user_full_name" data-tippy-content="{{user_full_name}}">{{user_full_name}}</b>
|
||||
|
||||
Reference in New Issue
Block a user