mirror of
https://github.com/zadam/trilium.git
synced 2025-01-17 20:48:12 +08:00
make search dialog more responsive in narrow sidebar, fixes #367
This commit is contained in:
parent
0ff250fe15
commit
c23387c0fb
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@
|
|||
<input type="file" id="import-upload" style="display: none" />
|
||||
|
||||
<div id="search-box">
|
||||
<div style="display: flex; align-items: center;">
|
||||
<input name="search-text" placeholder="Search text, labels" style="flex-grow: 100; margin-left: 5px; margin-right: 5px;" autocomplete="off">
|
||||
<div style="display: flex; align-items: center; flex-wrap: wrap;">
|
||||
<input name="search-text" placeholder="Search text, labels" style="flex-grow: 100; margin-left: 5px; margin-right: 5px; flex-basis: 5em; min-width: 0;" autocomplete="off">
|
||||
<button id="do-search-button" class="btn btn-sm icon-button jam jam-search" title="Search (enter)"></button>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue