mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
adjusting element sizes due to window size change
disabling compass UI
This commit is contained in:
parent
a30569077a
commit
5b130cfc9b
9 changed files with 20 additions and 19 deletions
|
@ -197,7 +197,7 @@ input[type="number"]::-webkit-inner-spin-button {
|
|||
#log {
|
||||
margin-bottom: 10px;
|
||||
|
||||
height: 90px;
|
||||
height: 60px;
|
||||
|
||||
border: 1px solid silver;
|
||||
background-color: white;
|
||||
|
@ -256,7 +256,7 @@ input[type="number"]::-webkit-inner-spin-button {
|
|||
padding: 10px;
|
||||
|
||||
background-color: white;
|
||||
height: 480px;
|
||||
height: 429px;
|
||||
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue