From 2cd44881000958d7b1bfdd5864990b4608d76e03 Mon Sep 17 00:00:00 2001 From: Henry Hiles Date: Wed, 29 Jun 2022 10:21:36 -0400 Subject: [PATCH] Some small improvements --- public/scripts/video.js | 2 +- public/style.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/scripts/video.js b/public/scripts/video.js index 8eb6c1f..6d31205 100644 --- a/public/scripts/video.js +++ b/public/scripts/video.js @@ -43,7 +43,7 @@ myPeer.on("open", async (id) => { ) } catch (error) { console.log(error) - if (error instanceof DOMException) return showNoVideoPrompt() + if (error instanceof DOMException) return //showNoVideoPrompt() throw error } diff --git a/public/style.css b/public/style.css index c9c16ff..66b3306 100644 --- a/public/style.css +++ b/public/style.css @@ -120,6 +120,7 @@ button, } #stop-call { + border-radius: 10px; display: flex; justify-content: center; align-items: center; @@ -170,7 +171,7 @@ video.your-video { } .jumbo { - margin: 10% auto; + margin: 75px auto; width: 90%; max-width: 700px; display: flex;