1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 17:25:16 +03:00

Add current info to motors tab

This commit is contained in:
Miguel Angel Mulero Martinez 2018-03-10 09:36:16 +01:00
parent 5244473769
commit 0cfeb3bbdc
4 changed files with 58 additions and 1 deletions

View file

@ -108,6 +108,23 @@
background-color: #00D800;
}
/* Power info */
.tab-motors .power_info {
float: left;
margin-left: 1em;
}
.tab-motors .power_info .power_text {
font-weight: bold;
}
.tab-motors .power_info .power_value {
margin-right: 10px;
width: 50px;
display: inline-block;
text-align: right;
}
/*Motors*/
.tab-motors svg {