Add "Audio Quality" and "Audio per packet" to settings dialog

This commit is contained in:
Jonas Herzig 2018-09-26 13:07:29 +02:00
parent 5ca332a151
commit e77da5335e
3 changed files with 74 additions and 4 deletions

View file

@ -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%;