From 9331a766df421cbb5d66a3d9940b7bbc888027e0 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Mon, 24 Jun 2019 13:25:34 -0400 Subject: [PATCH] Compiled --- app/css/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/css/app.css b/app/css/app.css index 557f1b5..d998f39 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -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 {