paperless-ngx/src-ui/src/app/components/document-detail/document-detail.component.scss

31 lines
464 B
SCSS
Raw Normal View History

.preview-sticky {
height: calc(100vh - 160px);
top: 70px;
position: sticky;
}
.pdf-viewer-container {
background-color: gray;
2022-02-20 00:37:42 -08:00
pdf-viewer {
width: 100%;
height: 100%;
}
}
2022-02-25 00:47:27 -08:00
2022-02-25 01:10:26 -08:00
::ng-deep .ng2-pdf-viewer-container .page {
--page-margin: 1px 0 10px;
2022-02-25 01:10:26 -08:00
width: 100% !important;
2022-02-25 00:47:27 -08:00
}
2022-03-29 10:35:42 -07:00
::ng-deep .ng2-pdf-viewer-container .page:last-child {
--page-margin: 1px 0 20px;
}
2022-03-29 10:35:42 -07:00
.password-prompt {
position: absolute;
top: 30%;
left: 30%;
right: 30%;
}