This commit is contained in:
_Bastler
2021-05-18 07:58:47 +02:00
parent bfb6b118cd
commit 777987600f
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -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>