describe contents of source in overlay

This commit is contained in:
Lachlan Kermode
2019-01-03 12:30:20 +00:00
parent c98d4cc73d
commit 43a861ca6f
4 changed files with 71 additions and 15 deletions

View File

@@ -157,7 +157,6 @@ $header-inset: 10px;
.source-image-container {
padding: 0 25px;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
@@ -166,7 +165,7 @@ $header-inset: 10px;
.source-image, .source-video {
max-width: calc(100% - 20px);
max-height: 350px !important;
height: 100%;
// height: 100%;
padding: 10px;
}