mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 17:47:08 +01:00
Fix: tweak pdf preview page borders
This commit is contained in:
parent
e283bbe5c2
commit
3facdefa40
2 changed files with 4 additions and 6 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<pdf-viewer
|
||||
[src]="previewURL"
|
||||
[original-size]="false"
|
||||
[show-borders]="true"
|
||||
[show-borders]="false"
|
||||
[show-all]="true"
|
||||
(error)="onError($event)">
|
||||
</pdf-viewer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue