Audio recording tweaks

This commit is contained in:
N-Pex 2021-03-10 17:24:48 +01:00
parent 8e50ec64d3
commit 2b3f99c421
3 changed files with 64 additions and 31 deletions

View file

@ -625,11 +625,14 @@ $admin-fg: white;
}
.voice-recorder {
position: absolute;
//top: 0;
left: 10px;
bottom: 0px;
right: 10px;
position: relative;
margin-top: 14px !important;
&.ptt {
position: absolute;
left: 10px;
bottom: 0px;
right: 10px;
}
border-radius: 10px;
background-color: black;
overflow: hidden;