Add "Audio Quality" and "Audio per packet" to settings dialog
This commit is contained in:
parent
5ca332a151
commit
e77da5335e
3 changed files with 74 additions and 4 deletions
|
@ -404,10 +404,10 @@ form {
|
|||
z-index: 20;
|
||||
}
|
||||
.settings-dialog {
|
||||
width: 300px;
|
||||
height: 200px;
|
||||
top: calc(50% - 100px);
|
||||
left: calc(50% - 150px);
|
||||
width: 450px;
|
||||
height: 320px;
|
||||
top: calc(50% - 160px);
|
||||
left: calc(50% - 225px);
|
||||
}
|
||||
.settings-dialog table {
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue