mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	make search dialog more responsive in narrow sidebar, fixes #367
This commit is contained in:
		
							parent
							
								
									0ff250fe15
								
							
						
					
					
						commit
						c23387c0fb
					
				@ -75,8 +75,8 @@
 | 
				
			|||||||
        <input type="file" id="import-upload" style="display: none" />
 | 
					        <input type="file" id="import-upload" style="display: none" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <div id="search-box">
 | 
					        <div id="search-box">
 | 
				
			||||||
            <div style="display: flex; align-items: center;">
 | 
					            <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;" autocomplete="off">
 | 
					                <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>
 | 
					                <button id="do-search-button" class="btn btn-sm icon-button jam jam-search" title="Search (enter)"></button>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                 
 | 
					                 
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user