mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	Add border to tree-actions section and adjust padding
This commit is contained in:
		| @@ -41,7 +41,6 @@ const TPL = ` | ||||
|     } | ||||
|      | ||||
|     .tree-actions { | ||||
|         padding: 4px 0; | ||||
|         background-color: var(--launcher-pane-background-color); | ||||
|         z-index: 100; | ||||
|         position: absolute; | ||||
| @@ -50,12 +49,14 @@ const TPL = ` | ||||
|         align-items: flex-end; | ||||
|         justify-content: flex-end; | ||||
|         right: 17px; | ||||
|         border-radius: 7px; | ||||
|         border: 1px solid var(--main-border-color); | ||||
|     } | ||||
|      | ||||
|     button.tree-floating-button { | ||||
|         margin: 1px; | ||||
|         font-size: 1.5em; | ||||
|         padding: 5px; | ||||
|         margin-right: 5px; | ||||
|         max-height: 34px; | ||||
|         color: var(--launcher-pane-text-color); | ||||
|         background-color: var(--button-background-color); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user