mirror of https://github.com/zulip/zulip.git
left_sidebar: Center Streams tooltip over heading text.
This commit is contained in:
parent
d8d70d9e43
commit
5f1c9ca107
|
@ -215,7 +215,7 @@ export function initialize() {
|
|||
|
||||
delegate("body", {
|
||||
target: [
|
||||
"#streams_header .left-sidebar-title",
|
||||
"#streams_header .streams-tooltip-target",
|
||||
"#userlist-title",
|
||||
"#user_filter_icon",
|
||||
"#scroll-to-bottom-button-clickable-area",
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
|
||||
<div id="streams_list" class="zoom-out">
|
||||
<div id="streams_header" class="zoom-in-hide">
|
||||
<h4 class="left-sidebar-title" data-tooltip-template-id="filter-streams-tooltip-template">{{t 'STREAMS' }}</h4>
|
||||
<h4 class="left-sidebar-title"><span class="streams-tooltip-target" data-tooltip-template-id="filter-streams-tooltip-template">{{t 'STREAMS' }}</span></h4>
|
||||
<div class="heading-markers-and-controls">
|
||||
<i id="filter_streams_tooltip" class="streams_filter_icon fa fa-filter" aria-hidden="true" data-tooltip-template-id="filter-streams-tooltip-template"></i>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue