Resolve "press+hold audio recording is broken"

This commit is contained in:
N Pex 2023-10-25 20:59:56 +00:00
parent 4bc4a8d8e5
commit 758201e2eb
4 changed files with 27 additions and 7 deletions

View file

@ -1130,8 +1130,9 @@ body {
&.ptt {
position: absolute;
left: 10px;
bottom: 0px;
bottom: 10px;
right: 10px;
overflow: visible;
}
border-radius: 10px;
background-color: black;
@ -1148,6 +1149,7 @@ body {
}
.will-cancel {
background-color: #ff3300;
border-radius: 10px;
}
.recording-time {
color: white;
@ -1157,9 +1159,11 @@ body {
}
.locked {
background-color: black;
border-radius: 10px;
}
.error {
background-color: orange;
border-radius: 10px;
}
.voice-recorder-lock {
position: relative;