increase size of pdfs rendered via media-tags in code preview pane
This commit is contained in:
parent
4f862d59d7
commit
717a7d550c
@ -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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user