left_sidebar: Center Streams tooltip over heading text.

This commit is contained in:
Karl Stolley 2023-11-10 09:04:58 -06:00 committed by Tim Abbott
parent d8d70d9e43
commit 5f1c9ca107
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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>