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:
		| @@ -17,12 +17,15 @@ const TPL = ` | |||||||
|             flex-wrap: wrap; |             flex-wrap: wrap; | ||||||
|         } |         } | ||||||
|          |          | ||||||
|         .basic-properties-widget > * { |         .basic-properties-widget > * {             | ||||||
|             margin-right: 30px; |  | ||||||
|             margin-top: 9px; |             margin-top: 9px; | ||||||
|             margin-bottom: 2px; |             margin-bottom: 2px; | ||||||
|         } |         } | ||||||
|          |          | ||||||
|  |         .basic-properties-widget > * > :last-child { | ||||||
|  |             margin-right: 30px; | ||||||
|  |         } | ||||||
|  |  | ||||||
|         .note-type-container, .editability-select-container { |         .note-type-container, .editability-select-container { | ||||||
|             display: flex; |             display: flex; | ||||||
|             align-items: center; |             align-items: center; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user