mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 00:57:09 +01:00
Enhancement: Improved popup preview, respect embedded viewer, error handling (#4947)
This commit is contained in:
parent
829836ddf6
commit
9e93ae952a
17 changed files with 235 additions and 53 deletions
|
|
@ -0,0 +1,9 @@
|
|||
.preview-popup-container > * {
|
||||
width: 30rem !important;
|
||||
height: 22rem !important;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
::ng-deep .popover.popover-preview {
|
||||
max-width: 32rem;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue