Fix: render images not converted to pdf, refactor doc detail rendering (#5475)

This commit is contained in:
shamoon
2024-01-20 08:26:24 -08:00
committed by GitHub
parent 5781a0d51f
commit 5842944d1e
4 changed files with 116 additions and 47 deletions

View File

@@ -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;
}