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