mirror of https://github.com/zulip/zulip.git
vdots: Place new more-vertical icon on user card.
This commit is contained in:
parent
679f95214c
commit
b86b7ab067
|
@ -97,8 +97,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.user_info_popover_action_buttons {
|
.user_info_popover_action_buttons {
|
||||||
display: flex;
|
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user_info_popover_manage_menu_btn {
|
.user_info_popover_manage_menu_btn {
|
||||||
|
@ -146,9 +146,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.info_popover_actions .user_info_popover_manage_menu_btn {
|
.info_popover_actions .user_info_popover_manage_menu_btn {
|
||||||
/* Create a larger click target around the icon. */
|
|
||||||
padding: 0 6px;
|
|
||||||
|
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -237,6 +234,12 @@ ul {
|
||||||
&:not(.zulip-icon-bot) {
|
&:not(.zulip-icon-bot) {
|
||||||
top: 2px;
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.popover_action_icon {
|
||||||
|
font-size: 17px;
|
||||||
|
line-height: 1;
|
||||||
|
top: 1px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
{{#if show_manage_menu }}
|
{{#if show_manage_menu }}
|
||||||
<span class="user_info_popover_action_buttons">
|
<span class="user_info_popover_action_buttons">
|
||||||
<a class="user_info_popover_manage_menu_btn" role="button" tabindex="0" aria-haspopup="true">
|
<a class="user_info_popover_manage_menu_btn" role="button" tabindex="0" aria-haspopup="true">
|
||||||
<i class="popover_action_icon zulip-icon zulip-icon-ellipsis-v-solid" aria-hidden="true"></i>
|
<i class="popover_action_icon zulip-icon zulip-icon-more-vertical" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in New Issue