[mirotalk] - fix typo
This commit is contained in:
@@ -1597,6 +1597,11 @@ button {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.mic-input-range {
|
||||
width: 85px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
# Toggle button
|
||||
# https://danklammer.com/articles/simple-css-toggle-switch/
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user