[mirotalk] - fix typo

This commit is contained in:
Miroslav Pejic
2023-10-24 12:42:40 +02:00
parent 3f37a3c6df
commit 2a2a754f66
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -1597,6 +1597,11 @@ button {
color: #ffffff;
}
.mic-input-range {
width: 85px;
cursor: pointer;
}
/*--------------------------------------------------------------
# Toggle button
# https://danklammer.com/articles/simple-css-toggle-switch/
+2
View File
@@ -497,6 +497,7 @@ access to use this app.
<div class="title">
<input
type="range"
class="mic-input-range"
id="micLatencyRange"
name="latency"
min="10"
@@ -519,6 +520,7 @@ access to use this app.
<div>
<input
type="range"
class="mic-input-range"
id="micVolumeRange"
name="volume"
min="0"