mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-29 11:44:21 +08:00 
			
		
		
		
	fixed alt-m (hiding everything but content)
This commit is contained in:
		
							parent
							
								
									0ef8da5bad
								
							
						
					
					
						commit
						c6472a1c0c
					
				| @ -29,11 +29,11 @@ | ||||
|         </a> | ||||
|       </div> | ||||
| 
 | ||||
|       <div id="tree" style="overflow: auto; grid-area: tree"> | ||||
|       <div id="tree" class="hide-toggle" style="overflow: auto; grid-area: tree"> | ||||
|       </div> | ||||
| 
 | ||||
|       <div style="grid-area: title;"> | ||||
|         <div style="display: flex; align-items: center;" class="hide-toggle"> | ||||
|       <div class="hide-toggle" style="grid-area: title;"> | ||||
|         <div style="display: flex; align-items: center;"> | ||||
|           <a onclick="encryptNoteAndSendToServer()" | ||||
|              title="Encrypt the note so that password will be required to view the note" | ||||
|              class="icon-action" | ||||
| @ -54,7 +54,7 @@ | ||||
| 
 | ||||
|           <input autocomplete="off" value="" id="noteTitle" style="font-size: x-large; border: 0; flex-grow: 100;" tabindex="1"> | ||||
| 
 | ||||
|           <div class="hide-toggle"> | ||||
|           <div> | ||||
|             <span id="top-message"></span> | ||||
|             <span id="error-message"></span> | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 azivner
						azivner