mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	small changes in the toolbar
This commit is contained in:
		| @@ -42,7 +42,7 @@ const attributesDialog = (function() { | ||||
|         dialogEl.dialog({ | ||||
|             modal: true, | ||||
|             width: 800, | ||||
|             height: 700 | ||||
|             height: 500 | ||||
|         }); | ||||
|  | ||||
|         attributesModel.loadAttributes(); | ||||
|   | ||||
| @@ -108,7 +108,7 @@ span.fancytree-active:not(.fancytree-focused) .fancytree-title { | ||||
| } | ||||
|  | ||||
| #header-title { | ||||
|     padding: 5px 50px 5px 10px; | ||||
|     padding: 5px 20px 5px 10px; | ||||
|     font-size: large; | ||||
|     font-weight: bold; | ||||
| } | ||||
|   | ||||
| @@ -17,7 +17,6 @@ | ||||
|           <button class="btn btn-xs" onclick="jumpToNote.showDialog();" title="CTRL+J">Jump to note</button> | ||||
|           <button class="btn btn-xs" onclick="recentNotes.showDialog();" title="CTRL+E">Recent notes</button> | ||||
|           <button class="btn btn-xs" onclick="recentChanges.showDialog();">Recent changes</button> | ||||
|           <button class="btn btn-xs" onclick="eventLog.showDialog();">Event log</button> | ||||
|         </div> | ||||
|  | ||||
|         <div id="plugin-buttons"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user