mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	make search dialog more responsive in narrow sidebar, fixes #367
This commit is contained in:
		| @@ -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> | ||||
|  | ||||
|                   | ||||
|   | ||||
		Reference in New Issue
	
	Block a user