increase size of pdfs rendered via media-tags in code preview pane

pull/1/head
ansuz 2019-09-27 12:40:37 +02:00
parent 4f862d59d7
commit 717a7d550c
1 changed files with 4 additions and 2 deletions

View File

@ -92,8 +92,10 @@
* {
max-width:100%;
}
iframe[type="application/pdf"] {
max-height:50vh;
iframe[src$=".pdf"] {
width: 100%;
height: 80vh;
max-height: 90vh;
}
}
.markdown_main();