mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 10:32:27 +08:00
client: search/actions/execute script: fix misaligned close button
This commit is contained in:
parent
9ff8b53ae6
commit
592e58099d
@ -13,7 +13,7 @@ const TPL = `
|
|||||||
placeholder="note.title = note.title + '- suffix';"/>
|
placeholder="note.title = note.title + '- suffix';"/>
|
||||||
</td>
|
</td>
|
||||||
<td class="button-column">
|
<td class="button-column">
|
||||||
<div style="display: flex">
|
<div style="display: flex; align-items: center; justify-content: space-between;">
|
||||||
<div class="dropdown help-dropdown">
|
<div class="dropdown help-dropdown">
|
||||||
<span class="bx bx-help-circle icon-action" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></span>
|
<span class="bx bx-help-circle icon-action" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></span>
|
||||||
<div class="dropdown-menu dropdown-menu-right p-4">
|
<div class="dropdown-menu dropdown-menu-right p-4">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user