mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Better minimum size for native viewer
This commit is contained in:
		@@ -39,9 +39,9 @@
 | 
			
		||||
  max-width: 40rem;
 | 
			
		||||
 | 
			
		||||
  .preview {
 | 
			
		||||
    min-width: 10rem;
 | 
			
		||||
    min-height: 10rem;
 | 
			
		||||
    max-height: 25rem;
 | 
			
		||||
    min-width: 30rem;
 | 
			
		||||
    min-height: 20rem;
 | 
			
		||||
    max-height: 35rem;
 | 
			
		||||
    overflow-y: scroll;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user