Audio recording tweaks
This commit is contained in:
parent
8e50ec64d3
commit
2b3f99c421
3 changed files with 64 additions and 31 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue