Some small improvements
This commit is contained in:
parent
03a1541aa0
commit
2cd4488100
2 changed files with 3 additions and 2 deletions
|
@ -43,7 +43,7 @@ myPeer.on("open", async (id) => {
|
||||||
)
|
)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error)
|
console.log(error)
|
||||||
if (error instanceof DOMException) return showNoVideoPrompt()
|
if (error instanceof DOMException) return //showNoVideoPrompt()
|
||||||
|
|
||||||
throw error
|
throw error
|
||||||
}
|
}
|
||||||
|
|
|
@ -120,6 +120,7 @@ button,
|
||||||
}
|
}
|
||||||
|
|
||||||
#stop-call {
|
#stop-call {
|
||||||
|
border-radius: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -170,7 +171,7 @@ video.your-video {
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumbo {
|
.jumbo {
|
||||||
margin: 10% auto;
|
margin: 75px auto;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Reference in a new issue