enables inline PDFs for sources

This commit is contained in:
Lachlan Kermode
2020-02-19 18:19:26 +13:00
parent 87f640be00
commit 4ea856fa18
4 changed files with 26 additions and 5 deletions

View File

@@ -347,6 +347,11 @@ $overlay-bg: rgba(239,239,239,0.9);
height: 400px;
}
.source-document {
width: 100%;
min-height: 80vh;
}
.video-react .video-react-progress-control {
align-self: center;
}