mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
fix new and compatibility wrapper height
This commit is contained in:
parent
1d3b2e57fc
commit
b0ed6126f4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
.tab-initial_setup .CAP_BASEFLIGHT_CONFIG,
|
||||
.tab-initial_setup .COMPATIBILITY {
|
||||
display: none;
|
||||
height: calc(100% - 142px);
|
||||
height: calc(100% - 138px);
|
||||
}
|
||||
.tab-initial_setup .CAP_BASEFLIGHT_CONFIG #interactive_block {
|
||||
width: calc(100% - 199px);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue