1
0
Fork 0
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:
cTn 2014-02-03 09:10:13 +01:00
parent a30569077a
commit 5b130cfc9b
9 changed files with 20 additions and 19 deletions

View file

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