mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Visualize split
This commit is contained in:
		@@ -47,6 +47,9 @@
 | 
			
		||||
        <div class="pdf-viewer-container w-100" [class.selected]="p.selected">
 | 
			
		||||
          <pdf-viewer [src]="pdfSrc" [page]="p.page" [rotation]="p.rotate" [original-size]="false" [show-all]="false" [render-text]="false"></pdf-viewer>
 | 
			
		||||
        </div>
 | 
			
		||||
        @if (p.splitAfter) {
 | 
			
		||||
          <div class="split-after rounded position-absolute top-0 end-0 bg-dark text-uppercase text-center h-100 px-1 small fw-bold">— <span i18n>Split here</span> —</div>
 | 
			
		||||
        }
 | 
			
		||||
      </div>
 | 
			
		||||
    }
 | 
			
		||||
  </div>
 | 
			
		||||
 
 | 
			
		||||
@@ -60,3 +60,7 @@
 | 
			
		||||
.z-10 {
 | 
			
		||||
    z-index: 10;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.split-after {
 | 
			
		||||
  writing-mode: vertical-rl;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user