mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	images in note list preview should be shrinked to fit into view, fixes #3965
This commit is contained in:
		| @@ -31,6 +31,11 @@ const TPL = ` | |||||||
|         max-height: 300px; |         max-height: 300px; | ||||||
|     } |     } | ||||||
|      |      | ||||||
|  |     .note-list.grid-view .note-book-card img { | ||||||
|  |         max-height: 220px; | ||||||
|  |         object-fit: contain; | ||||||
|  |     } | ||||||
|  |  | ||||||
|     .note-list.grid-view .note-book-card:hover { |     .note-list.grid-view .note-book-card:hover { | ||||||
|         cursor: pointer; |         cursor: pointer; | ||||||
|         border: 1px solid var(--main-border-color); |         border: 1px solid var(--main-border-color); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user