mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-28 03:46:06 -05:00 
			
		
		
		
	Fix vertical margins between pages of pdf viewer
This commit is contained in:
		| @@ -14,10 +14,14 @@ | |||||||
| } | } | ||||||
|  |  | ||||||
| ::ng-deep .ng2-pdf-viewer-container .page { | ::ng-deep .ng2-pdf-viewer-container .page { | ||||||
|   --page-margin: 1px 0 -8px; |   --page-margin: 1px 0 10px; | ||||||
|   width: 100% !important; |   width: 100% !important; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | ::ng-deep .ng2-pdf-viewer-container .page:last-child { | ||||||
|  |   --page-margin: 1px 0 20px; | ||||||
|  | } | ||||||
|  |  | ||||||
| .password-prompt { | .password-prompt { | ||||||
|   position: absolute; |   position: absolute; | ||||||
|   top: 30%; |   top: 30%; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Michael Shamoon
					Michael Shamoon