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

This commit is contained in:
ansuz 2019-09-27 12:40:37 +02:00
parent 4f862d59d7
commit 717a7d550c

View File

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