1
0
Fork 0
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:
skaman82 2015-11-01 22:17:19 +01:00
parent 4b563fe28d
commit 77effe1963
6 changed files with 72 additions and 54 deletions

View file

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