buddy_list: Add span for search section of header.

This is in preparation for adding a three-dot menu to the header,
which we don't want to be a click/hover target in the way the
search parts are.
This commit is contained in:
evykassirer
2024-09-30 16:07:24 -07:00
committed by Tim Abbott
parent 17252a70ed
commit 0dedd00112
6 changed files with 19 additions and 10 deletions

View File

@@ -679,7 +679,7 @@ export function initialize(): void {
});
tippy.delegate("body", {
target: "#userlist-header",
target: "#userlist-header-search",
placement: "top",
appendTo: () => document.body,
onShow(instance) {