mirror of https://github.com/zulip/zulip.git
user_circles: Introduce icon to group info popover.
This commit is contained in:
parent
14bef0fc50
commit
b7352f9d12
|
@ -369,8 +369,7 @@ ul.popover-group-menu-member-list {
|
|||
color: var(--color-text-popover-menu);
|
||||
}
|
||||
|
||||
.user_profile_presence,
|
||||
.popover_user_presence {
|
||||
.user_profile_presence {
|
||||
width: var(--length-user-status-circle);
|
||||
height: var(--length-user-status-circle);
|
||||
margin: 0 5px;
|
||||
|
@ -379,9 +378,6 @@ ul.popover-group-menu-member-list {
|
|||
position: relative;
|
||||
top: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.user_profile_presence {
|
||||
/* Remove font-size to allow this to scale
|
||||
with the menu header text. Declaring font-size
|
||||
here maintains the legacy design of keeping
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
{{#if is_bot}}
|
||||
<i class="zulip-icon zulip-icon-bot" aria-hidden="true"></i>
|
||||
{{else}}
|
||||
<span class="user_circle {{user_circle_class}} popover_user_presence hidden-for-spectators" data-tippy-content="{{user_last_seen_time_status}}"></span>
|
||||
<span class="zulip-icon zulip-icon-user-status user_circle {{user_circle_class}} popover_user_presence hidden-for-spectators" data-tippy-content="{{user_last_seen_time_status}}"></span>
|
||||
{{/if}}
|
||||
<span class="popover-group-menu-member-name">{{full_name}}</span>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue