mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	client: Fix strange margins when ribbon has hidden components
This commit is contained in:
		| @@ -18,11 +18,14 @@ const TPL = ` | ||||
|         } | ||||
|          | ||||
|         .basic-properties-widget > * {             | ||||
|             margin-right: 30px; | ||||
|             margin-top: 9px; | ||||
|             margin-bottom: 2px; | ||||
|         } | ||||
|          | ||||
|         .basic-properties-widget > * > :last-child { | ||||
|             margin-right: 30px; | ||||
|         } | ||||
|  | ||||
|         .note-type-container, .editability-select-container { | ||||
|             display: flex; | ||||
|             align-items: center; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user