update
This commit is contained in:
+2
-4
@@ -1,11 +1,9 @@
|
||||
<style>
|
||||
#helpCameraSettings {
|
||||
background: #eceeee;
|
||||
border: 1px solid #42464b;
|
||||
border-radius: 6px;
|
||||
margin: 25px auto 0;
|
||||
width: 400px;
|
||||
max-height: calc(48vh - 50px);
|
||||
max-height: calc(48vh - 150px);
|
||||
max-width: 48vw;
|
||||
overflow: auto;
|
||||
padding-bottom: 10px;
|
||||
@@ -70,7 +68,7 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<form id="helpCameraSettings" hidden>
|
||||
<form id="helpCameraSettings" class="nes-container" hidden>
|
||||
<section class="text-center">
|
||||
<h5>Camera/Microphone access needed</h5>
|
||||
<p class="err" id="permissionError">Permission denied</p>
|
||||
|
||||
Reference in New Issue
Block a user