From 816c793c5a6f177540e262b781f07b7035d2f9fb Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Wed, 13 May 2020 16:05:49 -0600 Subject: [PATCH] removing unused --- public/index.html | 17 ----------------- public/style.css | 23 ++++++++++++++++++++++- 2 files changed, 22 insertions(+), 18 deletions(-) diff --git a/public/index.html b/public/index.html index 78c847d..69ef55f 100755 --- a/public/index.html +++ b/public/index.html @@ -1,25 +1,8 @@ - - diff --git a/public/style.css b/public/style.css index 4d8932b..7343a57 100644 --- a/public/style.css +++ b/public/style.css @@ -59,4 +59,25 @@ input:checked + .slider:before { .slider.round:before { border-radius: 50%; -} +} + +video { + width: 100%; + width: 100%; + max-height: 90vh; + /* + max-width: 400px; + min-width: 400px; + */ + border: 1px solid black; + display: inline-block; +} + +#preview { + display: block; + max-width: 150px; + position: absolute; + top: 0; + right: 0; + z-index: 1; +}