mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 16:55:24 +03:00
Fixing some things in the configurator tab
and some media-query updates
This commit is contained in:
parent
4b563fe28d
commit
77effe1963
6 changed files with 72 additions and 54 deletions
|
@ -120,7 +120,7 @@ TABS.configuration.initialize = function (callback, scrollPosition) {
|
|||
var row_e;
|
||||
|
||||
if (features[i].mode === 'group') {
|
||||
row_e = $('<tr><td><input class="feature" id="feature-'
|
||||
row_e = $('<tr><td style="width: 15px;"><input style="width: 13px;" class="feature" id="feature-'
|
||||
+ i
|
||||
+ '" value="'
|
||||
+ features[i].bit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue