fix video support

This commit is contained in:
Lachlan Kermode
2018-12-29 13:51:13 +01:00
parent 64e7218b71
commit b25f6956e0
3 changed files with 14 additions and 58 deletions

View File

@@ -147,11 +147,16 @@ $header-inset: 10px;
.source-image-container {
padding: 0 25px;
overflow-y: scroll;
max-height: 100%;
.source-image {
max-width: calc(100% - 20px);
max-height: 100%;
padding: 10px;
}
height: 100%;
}
.source-image, .source-video {
max-width: calc(100% - 20px);
max-height: 350px !important;
height: 100%;
padding: 10px;
}
.media-player {
overflow-y: hidden;
}