mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-19 21:16:56 +01:00
Fix: render images not converted to pdf, refactor doc detail rendering (#5475)
This commit is contained in:
parent
5781a0d51f
commit
5842944d1e
4 changed files with 116 additions and 47 deletions
|
|
@ -58,3 +58,9 @@ textarea.rtl {
|
|||
border-top-right-radius: var(--bs-border-radius-sm);
|
||||
border-bottom-right-radius: var(--bs-border-radius-sm);
|
||||
}
|
||||
|
||||
.preview-sticky img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue