fix height
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending approval

This commit is contained in:
Mylloon 2024-03-31 22:19:16 +02:00
parent 7078d2c809
commit 6d1973ff6d
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -82,7 +82,7 @@ fn read_pdf(data: Vec<u8>) -> File {
content: format!(
r#"<embed
src="data:application/pdf;base64,{}"
style="width: 100%; height: 80vh";
style="width: 100%; height: 79vh";
>"#,
pdf
),