mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	change thumbnail display for extra wide images #433
This commit is contained in:
		| @@ -5,6 +5,11 @@ | ||||
| Changelog | ||||
| ********* | ||||
|  | ||||
| paperless-ng 1.1.2 | ||||
| ################## | ||||
|  | ||||
| * Always show top left corner of thumbnails, even for extra wide documents. | ||||
|  | ||||
| paperless-ng 1.1.1 | ||||
| ################## | ||||
|  | ||||
|   | ||||
| @@ -6,7 +6,7 @@ | ||||
|  | ||||
| .doc-img { | ||||
|   object-fit: cover; | ||||
|   object-position: top; | ||||
|   object-position: top left; | ||||
|   height: 100%; | ||||
|   position: absolute; | ||||
|   mix-blend-mode: multiply; | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
|  | ||||
| .doc-img { | ||||
|   object-fit: cover; | ||||
|   object-position: top; | ||||
|   object-position: top left; | ||||
|   height: 200px; | ||||
|   mix-blend-mode: multiply; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jonaswinkler
					jonaswinkler