mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-19 13:06:46 +01:00
Enhancement: larger documents in rotate / split dialogs
This commit is contained in:
parent
e40893e74f
commit
f4489ca2e7
3 changed files with 7 additions and 7 deletions
|
|
@ -12,7 +12,7 @@
|
|||
</div>
|
||||
<div class="col-8 d-flex align-items-center">
|
||||
@if (documentID) {
|
||||
<img class="w-50 m-auto" [ngStyle]="{'transform': 'rotate('+rotation+'deg)'}" [src]="documentService.getThumbUrl(documentID)" />
|
||||
<img class="w-75 m-auto" [ngStyle]="{'transform': 'rotate('+rotation+'deg)'}" [src]="documentService.getThumbUrl(documentID)" />
|
||||
}
|
||||
</div>
|
||||
<div class="col-2 d-flex">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue