This commit is contained in:
mmcwilliams 2019-06-24 13:25:34 -04:00
parent 6b10e9c28d
commit 9331a766df
1 changed files with 3 additions and 3 deletions

View File

@ -739,11 +739,11 @@ button:focus {
background: black;
color: #fff;
}
#video_preview_wrap {
#filmout_preview_wrap {
background: #000;
width: 100%;
}
#video_preview {
#filmout {
height: 400px;
min-height: 400px;
width: auto;
@ -751,7 +751,7 @@ button:focus {
display: block;
opacity: 0;
}
#video_preview .on {
#filmout .on {
opacity: 1;
}
#screens {