mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	jump to note: Improve position of close button
This commit is contained in:
		| @@ -8,11 +8,9 @@ const TPL = `<div class="jump-to-note-dialog modal mx-auto" tabindex="-1" role=" | |||||||
|     <div class="modal-dialog modal-lg" role="document"> |     <div class="modal-dialog modal-lg" role="document"> | ||||||
|         <div class="modal-content"> |         <div class="modal-content"> | ||||||
|             <div class="modal-header"> |             <div class="modal-header"> | ||||||
|                 <div class="form-group" style="flex-grow: 1;"> |  | ||||||
|                 <div class="input-group"> |                 <div class="input-group"> | ||||||
|                     <input class="jump-to-note-autocomplete form-control" placeholder="search for note by its name"> |                     <input class="jump-to-note-autocomplete form-control" placeholder="search for note by its name"> | ||||||
|                 </div> |                 </div> | ||||||
|                 </div> |  | ||||||
|  |  | ||||||
|                 <button type="button" class="close" data-dismiss="modal" aria-label="Close"> |                 <button type="button" class="close" data-dismiss="modal" aria-label="Close"> | ||||||
|                     <span aria-hidden="true">×</span> |                     <span aria-hidden="true">×</span> | ||||||
|   | |||||||
| @@ -1075,6 +1075,11 @@ textarea { | |||||||
|     top: 8px; |     top: 8px; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .jump-to-note-dialog .modal-header { | ||||||
|  |     align-items: center; | ||||||
|  |     padding-bottom: 1rem !important; | ||||||
|  | } | ||||||
|  |  | ||||||
| .jump-to-note-dialog .modal-body { | .jump-to-note-dialog .modal-body { | ||||||
|     padding: 0 1rem; |     padding: 0 1rem; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user