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:
parent
5244473769
commit
0cfeb3bbdc
4 changed files with 58 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue