Revert "Display tweaks"

This reverts commit 566dabb744ed941e75de359f5ecc904f7da071cb.
This commit is contained in:
shamoon 2023-11-30 14:23:47 -08:00
parent ca5a5e79b6
commit 042073a061
2 changed files with 10 additions and 11 deletions

View File

@ -252,7 +252,6 @@
[src]="previewUrl" [src]="previewUrl"
[useBrowserLocale]="true" [useBrowserLocale]="true"
[showToolbar]="false" [showToolbar]="false"
[showBorders]="false"
[zoom]="previewZoomSetting" [zoom]="previewZoomSetting"
(pagesLoaded)="onPagesLoaded($event)" (pagesLoaded)="onPagesLoaded($event)"
(pdfLoadingStarts)="onPdfLoadingStarts()" (pdfLoadingStarts)="onPdfLoadingStarts()"

View File

@ -5,21 +5,21 @@
} }
.pdf-viewer-container { .pdf-viewer-container {
padding: 8px 8px 0;
background-color: gray; background-color: gray;
::ng-deep #printServiceDialog { pdf-viewer {
max-width: 400px; width: 100%;
height: 100%;
} }
}
::ng-deep #mainContainer.toolbar-hidden { ::ng-deep .ng2-pdf-viewer-container .page {
margin-top: 0 !important; --page-margin: 1px 0 10px;
} width: 100% !important;
}
::ng-deep #viewerContainer { ::ng-deep .ng2-pdf-viewer-container .page:last-child {
top: 0 !important; --page-margin: 1px 0 20px;
background-color: gray !important;
}
} }
::ng-deep .ng-select-taggable { ::ng-deep .ng-select-taggable {