mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Fix vertical margins between pages of pdf viewer
This commit is contained in:
parent
4db3f366ef
commit
1259d06302
@ -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%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user