1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

fix new and compatibility wrapper height

This commit is contained in:
cTn 2014-09-18 18:35:08 +02:00
parent 1d3b2e57fc
commit b0ed6126f4

View file

@ -2,7 +2,7 @@
.tab-initial_setup .CAP_BASEFLIGHT_CONFIG, .tab-initial_setup .CAP_BASEFLIGHT_CONFIG,
.tab-initial_setup .COMPATIBILITY { .tab-initial_setup .COMPATIBILITY {
display: none; display: none;
height: calc(100% - 142px); height: calc(100% - 138px);
} }
.tab-initial_setup .CAP_BASEFLIGHT_CONFIG #interactive_block { .tab-initial_setup .CAP_BASEFLIGHT_CONFIG #interactive_block {
width: calc(100% - 199px); width: calc(100% - 199px);