html/preset_sel : Update UI to remove half-pedal ctl panel and minor CSS fixes

This commit is contained in:
kevin 2022-08-27 16:12:35 -04:00
parent 92af6e4110
commit 1d9f2e28e2
2 changed files with 8 additions and 0 deletions

View File

@ -21,6 +21,12 @@
padding-top: 5px;
}
.fragPanelRow {
padding-right: 15px;
padding-left: 15px;
justify-content: space-around;
}
.fragPresetCtl {
width: 50px;
}

View File

@ -49,6 +49,7 @@
button:{ name: deleteBtnId, title:"Delete", enable: false },
},
/*
row: {
number:{ name: halfPedalDelayMsId, title:"DelayMs:", min:0, max:5000, step:1, decpl:0 },
number:{ name: halfPedalPedalVelId, title:"PVel:", min:0, max:127, step:1, decpl:0 },
@ -57,6 +58,7 @@
number:{ name: halfPedalDurMsId, title:"DurMs:", min:0, max:5000, step:1, decpl:0 },
number:{ name: halfPedalDnDelayMsId, title:"DownMs:", min:0, max:5000, step:1, decpl:0 },
},
*/
row: {
str_disp:{ name: statusId, title:"Status:", value: "" },