mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
client: quick search results: fix dropdown compatibility with the Next theme
This commit is contained in:
parent
02c08e79ae
commit
172eb8a529
@ -34,7 +34,7 @@ const TPL = `
|
||||
<button class="btn btn-outline-secondary search-button" type="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<span class="bx bx-search"></span>
|
||||
</button>
|
||||
<div class="dropdown-menu dropdown-menu-left"></div>
|
||||
<div class="dropdown-menu dropdown-menu-left tn-dropdown-list"></div>
|
||||
</div>
|
||||
<input type="text" class="form-control form-control-sm search-string" placeholder="${t("quick-search.placeholder")}">
|
||||
</div>`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user